LightningChart JS v7.0.2

Released: Feb 18, 2025

v7.0.2 での更新項目

機能

  • Added BarChart.setLabelFittingMargins.
    • Now allows controlling spacing of bar chart labels when auto fitting is enabled.
  • Added DataSetXYOptions.includesNaN.
    • Can be set to false if you know that data will never include NaN values for slight performance increase.

不具合の修正

  • Fixed PointLineAreaSeries with ProgressiveX pattern points appearing too early in applications with large data gaps.
  • Fixed creating UI ButtonBox resulting in crash.
  • Fixed interaction APIs missing from PointMarker.
  • Fixed BarChart positive and negative variants rendering being cut off.
  • Fixed BarChart value axis title sometimes mispositioned for 1 frame or until chart is interacted with.
  • Fixed cursor showing white color sometimes when pointing at dynamically colored series.
  • Fixed PointLineAreaSeries sometimes not displaying anything when data set contains a lot of data gaps (NaN) and view is zoomed out.
  • Fixed ChartXY axis title position being off on 1st frame.
  • Fixed ZoomBandChart sometimes not aligning itself to attached charts until interacted with.
  • Removed ConstantLine.setInteractionMoveByDragging, which was supposed to have been removed already in v7.0.1. It was replaced by setUserInteractions.