ChartOptions
A configuration object that groups all root-level Chart options.
Name | Type | Default | Description |
---|---|---|---|
axisDefaults? |
|
The default options for all Chart axes. Accepts the options which are supported by
| |
categoryAxis? |
|
The configuration options of the category axis. | |
chartArea? |
|
The configuration options of the Chart area. Represents the entire visible area of the Chart. | |
legend? |
|
The configuration options of the Chart legend. | |
paneDefaults? |
|
The default options of all panes. | |
panes? |
|
The configuration of the Chart panes.
Panes are used to split the Chart into two or more parts. The panes are ordered from top to bottom.
To associate each axis with a pane, set its | |
pannable? |
|
Specifies if the Chart can be panned.
Panning is not available for the | |
plotArea? |
|
The configuration options of the plot area. The plot area is the area which displays the series. | |
renderAs? |
|
Sets the preferred rendering engine. If not supported by the browser, the Chart switches to the first available mode. | |
series? |
|
The configuration of the Chart series.
The series type is determined by the value of the type field.
If a type value is missing, the Chart renders the type that is
specified in | |
seriesColors? |
|
The default colors for the Chart series. When all colors are used, new colors are pulled from the start again. | |
seriesDefaults? |
|
The default options of all series. | |
subtitle? |
|
The configuration options or the text of the Chart subtitle. | |
title? |
|
The configuration options or the text of the Chart title. | |
tooltip? |
|
The configuration options of the Chart series tooltips.
The tooltip of the Chart series is displayed when the
| |
transitions? |
|
If set to | |
valueAxis? |
|
The configuration options of the value axis. | |
xAxis? |
|
The configuration options of the Scatter Chart X-axis.
Supports all | |
yAxis? |
|
The configuration options of the Scatter Chart Y-axis.
Supports all | |
zoomable? |
|
Specifies if the Chart can be zoomed.
Zooming is not available for the |