Skip to main content
Version: 8.3.2

v6.1.2

[6.1.2] - 2025-01-07

Added

  • Added Axis.setThickness allowed parameter undefined to disable any previous configured thickness.

Changed

  • Changed Axis.setDefaultInterval to accept undefined. This restores default state.

Fixed

  • 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
  • Fix 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
  • 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)
  • Fixed Polar chart radial axis tick labels being hidden around where axis title would be, even if title is hidden.

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.