Skip to main content
Version: 5.2.0

v4.1.0

[4.1.0] - 2023-05-16

Added

  • Added automaticColorIndex for 3D and spider series
    • SpiderSeries got optional object with configuration arguments
  • Added MapChart highlighting.
    • Hovering mouse on attached legend entry highlights the whole map.
    • Hovering mouse over a region highlights that region. This can be disabled with MapChart.setHighlightOnHover
  • Added CustomTick3D
  • Added DashedLine
    • Type of LineStyle
    • Supported by selected features: Axis, ConstantLine, Ticks, CustomTick, SegmentSeries, LineSeries, PointLineSeries, StepSeries, SplineSeries, AreaSeries, AreaRangeSeries

Changed

  • SeriesOptions was renamed to SeriesOptionsXY.
    • SeriesOptions was re-added as options interface for all series from all chart types.
  • Greatly improved MapChart performance (CPU & GPU use reduced)
  • Logarithmic axis no longer throws errors and alerts if data is in invalid log range.
    • May lead to apps having log axes with impossible intervals. In this case, visualization will not make sense or might behave weird.
  • Improved 2D Point Series loading speed.

Fixed

  • Fixed PointSeries and PointSeries3D not supporting LUT.color when using value palette coloring.
  • Fixed Axis.setVisible(false) not properly hiding the Axis and it's ticks.
  • Fixed chart titles and some other internal UI components being drawn above legend box.
  • Fixed AreaRangeSeries and all types of AreaSeries not working with high precision axis.

Deprecated

  • Deprecated old method signature of SpiderChart.addSeries over newer one