LightningChart JS v8.0.2
Released: Sep 5, 2025
Updates in v8.0.2
Funktionen
- Legends with LUT are now default positioned on right side of chart rather than bottom.
ZoomBandChart now automatically copies secondary axis type (linear, high precision, logarithmic).
- Changed
DataSetXY to allow schema entry being undefined.
- Improved legend entry positioning slightly (utilize more space rather than always positioning entries starting from corner).
- Improved custom cursor performance in use cases with a large number of series.
Fehlerkorrekturen
- Fixed label positioning problems with funnel and pyramid charts.
- Fixed default cursor formatting with percentage LUT showing values as % incorrectly.
- Fixed
RectangleSeries crash when using DashedLine and high precision axis.
- Fixed
DataSetXY.appendSamples offset parameter not working if dataset is previously empty.
- Fixed some legend display errors when HTML text rendering is used.
- Fixed
PointLineAreaSeries bug when inputting several samples with appendSample to a previously empty dataset, where one of the data points would receive same value as another one.
- Fixed scrolling heatmap grid series working incorrectly if
setStart is called when the series has data inside it.
- Fixed
DataSetXY.appendSamples crashing if data record has key with undefined value.