What's New
See the release post for feature highlights of what's new in this major version.
Users of integrated charting on AG Grid, should refer to this migration guide when upgrading to AG Grid 34.3.
Documentation
See AG Charts 13.0 Documentation.
Breaking Changes
The full list of breaking changes across all features for version 13.0.
Breaking Changes
highlightStyle is removed from treemap and sunburst series. Use highlight options and itemStyler callbacks instead.- The
highlighted boolean is removed from all callback params. Use highlightedStyle instead.
Behaviour Changes
The full list of behaviour changes across all features for version 13.0.
Behaviour Changes
This release includes the following behaviour changes:
Axes
axes is a dictionary instead of an array. Use default 'x', 'y', 'angle', 'radius' keys or define your own.interval.placement defaults to 'between' instead of 'on'.min and max are absolute values and not overridden by nice. Use preferredMin and preferredMax for more flexible options.
Highlighting
highlight.bringToFront defaults to true for all series. Use bringToFront: false to disable.highlight.drawingMode defaults to 'cutout' instead of 'overlay'.
Other Changes
zoom.enableAxisScrolling defaults to true. Use enableAxisScrolling: false to disable.- Sankey series use the full width of the series area when
edgePlacement: undefined. Use seriesArea.padding to adjust.
Removal of Deprecated Properties
The following APIs have been deprecated since version 12 and have now been removed.
Removed Deprecated Properties
highlightStyle is removed from all series. Use highlight options instead.
Deprecations
There are no deprecations in AG Charts version 13.0.
Changes List
See the full list of changes in the AG Charts 13.0 changelog.