v7.0.3
[7.0.3] - 2025-03-25
Added
- Added Uint32 precision to
MeshModel3D.setModelGeometryindices. Previously only Uint16 was available.
Changed
- Reverted change introduced in v7.0.0 where important default CSS values for chart container DIV where applied only if computed style didn't have any value.
- This approach was not valid and resulted in these configurations never being applied.
- Comparing to previous v7.0.x versions, this can show as different CSS for touch-action, position and box-sizing properties. If you want to override their default values, use !important syntax.
Fixed
- Fixed numeric tick placement bug when extreme ticks are enabled and axis is physically very small, where major and extreme ticks could overlap.
- Fixed a performance degradation on
PointLineAreaSeries - Fixed
PointSeries3Dcrash when changing from simple shading style to phong shading - Fixed
BoxSeries3Dnot working when fill style wasPalettedFillwith'value'look up property. - Fixed chart resize flickering when using individual canvas mode