v8.3.0
[8.3.0] - 2026-05-06
Added
- Added
SunBurstChart - Added
axis.setZebraStripesto help visually distinguish different regions of the chart based on axis values - Added
useAxisLayoutsoption toZoomBandChartfor mirroring axis layout from attached charts - Added
RectangleSeries.setCursorBehavior - Added
MapChart.setSeparateRegionVisiblemethod to change visibility of separate regions on theMapChart. - Added new
alterSamplesByMatchsyntax for altering all samples with specific property=value match - Added
BarChart.setBaseline - Added
PublicEngine.setOpacity,getOpacity
Changed
- Bumped minimum TypeScript requirement from v4.1 to v4.9.3 (released Nov 15 2022).
- Optimized chart resize operations to be more efficient
- Reworked default theme styles and text shadow rendering for improved color contrast out of box
- Improved
ChartXYauto layout with limited space. - Improved default colors for Light theme axis gridstrokes
Removed
- Removed
appendSamplesoffsetLookupValuesand other equivalent parameters as well asreadBackids. These were replaced withoffsetback in v8.0 but some non-functioning references were mistakenly left in the typings.
Fixed
- Fixed microseconds not included in DateTime cursor formatting until zooming to nanoseconds level
- Fixed issues where cursor can stay visible after mouse moves away from chart (Pie chart, Funnel chart, Pyramid chart, Parallel coordinate chart)
- Fixed low resolution point borders with Circle point shape and point sizes larger than 100 pixels.
- Fixed date time cursor formatting errors on millisecond zoom level showing wrong hour depending on time zone
- Fixed
scaleThemenot affecting legend paddings and spacing between entries correctly - Fixed clicking on browser auto suggestion input field options sometimes firing restoreDefault interaction in charts
- Fixed
SurfaceScrollingGridSeries3Dsometimes throwing unhandled errors withaddValuesandinvalidateValues