LightningChart JS v6.1.2

Released: Jan 7, 2025

v6.1.2 中的更新

特性

  • Added Axis.setThickness allowed parameter undefined to disable any previous configured thickness.
  • Added Axis.setDefaultInterval allowed parameter undefined. This restores default state.

修補程式

  • Fixed ZoomBandChart.setPadding not doing anything.
  • This method can now be used to disable automatic alignment feature of zoom band chart.
  • Fixed ZoomBandChart crash when adding series with options xAxis or yAxis.
  • Fixed ParallelCoordinateChart series also rendered outside series area if axis interval is manually set.
  • Fixed BarChart (stacked and grouped) crash if legend is recreated and highlighting is enabled.
  • Fixed PolarChart radial axis tick labels being hidden around where axis title would be, even if title is hidden.
  • Improved v6.1.0 workaround for Intel Iris Xe and Apple Silicon Chip M1/M2/M3 graphics error.
  • Issue was still visible when using rotated series (e.g. high precision Y axis).

Deprecated

  • Deprecated PointLineAreaSeries.add and addArraysXY.
  • Replacements appendJSON and appendSamples were already added almost year before but due to build error, deprecation was not marked correctly.