v8.2.0
[8.2.0] - 2026-02-04
Added
- Added
LinearGaugeChart - Added high precision axis support to
Chart3D - Added
AxisTickStrategy.setCustomTickPlacement- Allows specifying custom logic to override placement of axis ticks.
- Added
PointLineAreaSeries.setRenderTransform- New beta feature targeted to use cases where application often requires applying an affine transformation (scale+offset) to XY visualizations
- Render transform can be changed very rapidly and doesn't require any heavy recalculations.
- Added
nonNumericoption toDataSetXYschema- Allows storing arbitrary string values within library's internal data storage
- Added API for adjusting sensitivity of points appearing with zooming of
PointLineAreaSeries - Added
chart.setPauseRendering - Added
DataSetXYOptions.useSharedArrayBuffers - Added new map types for Nordic countries, Middle East, and Southeast Asia
Fixed
- Fixed BarChart value axis title positioned incorrectly when logarithmic
- Fixed creating ZoomBandChart with candlesticks shown as line shows dataset warning
- Fixed
PointLineAreaSeriesrender error with progressive data when zoomed out extremely far, no data is shown at all - Fixed
PointLineAreaSeriesrender error when axis has large margins, sometimes data is not rendered around the margin edge area even if there is data there - Fixed Polar printing out warnings to console
- Fixed
ChartXYpan interaction not working on mobile- Bug introduced in v7.1.0
- Fixed data mapping having value
undefinedresulting in "data supply error" Error