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 pyramid3d
series
type, points can be given in the following ways:
y
options. The x
values will be automatically
calculated, either starting at 0 and incremented by 1, or from pointStart
and pointInterval
given in the series options. If the axis has
categories, these will be used. Example:data: [0, 5, 3, 5]
data: [{
y: 2,
name: "Point2",
color: "#00FF00"
}, {
y: 4,
name: "Point1",
color: "#FF00FF"
}]