Open
Description
Below is a list of added and removed (or marked as deprecated) API since the version 9.2.2, which is currently used in Charts.
New Chart types
Highcharts Core
-
Highcharts v10.0.0 (2022-03-07)
- arc diagram - API: https://api.highcharts.com/highcharts/series.arcdiagram
-
Highcharts v11.0.0 (2023-04-25)
- treegraph - API: https://api.highcharts.com/highcharts/series.treegraph
- pictorial - API: https://api.highcharts.com/highcharts/series.pictorial
Highcharts Stock
-
Highcharts Stock v12.0.0 (2024-11-27)
- Point and Figure - API: https://api.highcharts.com/highstock/series.pointandfigure
- Renko - API: https://api.highcharts.com/highstock/series.renko
Added API
Removed / Deprecated API
Version | Deprecated / Removed API | Replacement / Note |
---|---|---|
10.0.0 | drilldown.drillUpButton |
Use drilldown.breadcrumbs → api.highcharts.com/highcharts/drilldown.breadcrumbs |
treemap.traverseUpButton |
Use plotOptions.treemap.breadcrumbs → api.highcharts.com/highcharts/plotOptions.treemap.breadcrumbs |
|
Experimental sonification module (old version) | Removed; replaced by the new sonification module (no direct public API link) | |
11.0.0 | labels (top-level option) |
Use Annotations → api.highcharts.com/highcharts/annotations |
11.4.4 | series.events.legendItemClick (legacy event) |
Use legend.events.itemClick → api.highcharts.com/highcharts/legend.events.itemClick |
12.0.0 | Series.xData , Series.yData , Series.processedXData , Series.processedYData |
Use Series.getColumn() → api.highcharts.com/class-reference/Highcharts.Series#getColumn |
title.widthAdjust |
Use exporting.buttons.contextButton.buttonSpacing → api.highcharts.com/highcharts/exporting.buttons.contextButton.buttonSpacing |
|
Global time-related settings on the old top-level | Use time group → api.highcharts.com/highcharts/time |