v4.1.0
[4.1.0] - 2023-05-16
warning
This version is not available under @lightningchart in NPM.
It can only be accessed via legacy @arction organization.
Added
- Added
automaticColorIndexfor 3D and spider seriesSpiderSeriesgot optional object with configuration arguments
- Added
MapCharthighlighting.- 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
- Type of
Changed
SeriesOptionswas renamed toSeriesOptionsXY.SeriesOptionswas re-added as options interface for all series from all chart types.
- Greatly improved
MapChartperformance (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
PointSeriesandPointSeries3Dnot supportingLUT.colorwhen 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
AreaRangeSeriesand all types ofAreaSeriesnot working with high precision axis.
Deprecated
- Deprecated old method signature of
SpiderChart.addSeriesover newer one