Skip to main content
Version: 8.3.2

v3.0.1

[3.0.1] - 2021-05-26

warning

This version is not available under @lightningchart in NPM. It can only be accessed via legacy @arction organization.

Added

  • PointSeries, PointLineSeries, SplineSeries and StepSeries now support data point 'value' paletted coloring.

Fixed

  • PointSeries, PointLineSeries, SplineSeries and StepSeries now properly interact with Legend LUT UI element if styled with PalettedFill.
  • LineSeries and AreaSeries stroke gradient stroke style sometimes would render incorrectly.
  • WebGL Errors in some scenarios when running 3D charts on Android Chrome.
  • Fixed LUT Unit label clipping out of legend box in some configurations.
  • Rectangle gradient stroke style not working properly.
  • Chart would try to zoom out when zooming in with touch gesture.
  • Surface 3D theme style only applied after the series was highlighted or style was explicitly set.
  • Box Series 3D legend box entry not styled according to the series fill style.
  • Axis pan direction could be reversed when chart was in dashboard and the chart was resized using a splitter and the axis was reversed.
  • Axis interval selection visual incorrect height in some scenarios.
  • Opposite axis positioning was incorrect before first update after the axis was added.
  • Polar Sector low resolution in some cases.
  • Fixed missing LineSeries mouse interactions.
    • LineSeries Mouse interactions are disabled by default for performance reasons regarding freeform line series.
    • Call LineSeries.setMouseInteractions(true) to enable mouse interactions if interactions are needed.
  • Fixed minor grid lines sometimes rendering over major grid lines