Skip to main content
Version: 8.3.2

v8.0.2

[8.0.2] - 2025-09-05

Changed

  • Legends with LUT are now default positioned on right side of chart rather than bottom.
    • This was done because Legend LUTs don't look very good in horizontal orientation
  • 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 large number of series

Fixed

  • 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