Skip to main content
Version: 8.3.2

v7.0.2

[7.0.2] - 2025-02-18

Added

  • Added BarChart.setLabelFittingMargins
    • 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.

Removed

  • Removed ConstantLine.setInteractionMoveByDragging
    • This was supposed to have been removed already in v7.0.1. It was replaced by setUserInteractions

Fixed

  • 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.