These pages outline the chart configuration options, and the methods and properties of Highcharts objects.
Feel free to search this API through the search bar or the navigation tree in the sidebar.
An array of data points for the series. For the packedbubble
series type,
points can be given in the following ways:
values
. data: [5, 1, 20]
data: [{
value: 1,
name: "Point2",
color: "#00FF00"
}, {
value: 5,
name: "Point1",
color: "#FF00FF"
}]