You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgraded the build pipeline to benefit from new language features. Bundles are now compiled to ES2020 by the TypeScript compiler (*.src.js files), and minified by swc (*.js files).
Added support for multiple data labels on pie slices.
Added new option, sankey.nodeAlignment for the Sankey series to specify which side of the chart nodes should align.
Added new option, sankey.linkColorMode.
Added feature to allow different symbols for upper/lower markers in area range and dumbbell charts. See #14024.
Set the default series.lineWidth of line graphs to to 2px for better accessibility.
Framework bug fixes:
Fixed #19552, treegraph was losing node parent during export.
Fixed #19885, axis.breaks didn't work with zooming.
Fixed #13240, using default data labels alignment for bubble series.
Fixed #19826, Lollipop grouping didn't work correctly.
Fixed #19934, CSV export was broken in Safari.
Fixed #19480, added missing TypeScript definitions for PlotLineOrBand properties.
Fixed #17820, clip rect did not take into account boosted navigator.
Fixed #17014, boostTreshold with null point threw an error.
Fixed #19762, offline export PDF documents didn't scale.
Fixed #19671, treegraph was throwing an error when setting legendSymbol to lineMarker.
Fixed #14108, start and end dates in exported CSV data for X-range series.
Fixed #19744, series' clip option was not working in polar charts.
Fixed #19725, drilling between cartesian and non-cartesian series didn’t work properly.
Fixed #19692, mouse wheel zoom was enabled even when general zoom was not.
Fixed #19253, Offline Export did not work for boosted series.
Fixed #18062, pinch to zoom didn't work on Android Mobile devices after any click on the chart.
Fixed #19314, tooltip chevron was cut off when outside was enabled.
Fixed #19616, breadcrumbs disappeared when invoking chart.update in sunburst and treemap.
Fixed #19362, x-range series tooltip lost its correct default date and time formatting.
Fixed #19148, NaN x value disabled area chart graphic elements.