LightningChart JS v7.0.3

Released: Mar 25, 2025

Atualizações na v7.0.3

Recursos

  • Added Uint32 precision to MeshModel3D.setModelGeometry indices. Previously only Uint16 was available.

Correções

  • 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 PointSeries3D crash when changing from simple shading style to phong shading.
  • Fixed BoxSeries3D not working when fill style was PalettedFill with 'value' look up property.
  • Fixed chart resize flickering when using individual canvas mode.
  • Reverted change introduced in v7.0.0 where important default CSS values for chart container DIV where applied only if the 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.