ChartOptions
Represents a configuration object that groups all root-level Chart options.
Name | Type | Default | Description |
---|---|---|---|
axisDefaults? |
|
Defines the default options for all Chart axes. Accepts the options which are supported by
| |
categoryAxis? |
|
Defines the configuration options of the category axis. | |
chartArea? |
|
Defines the configuration options of the Chart area. Represents the entire visible area of the Chart. | |
legend? |
|
Defines the configuration options of the Chart legend. | |
noData? |
|
If no series are defined, or all series are empty, a No Data Overlay will be displayed. It clears automatically when the series receive data. To disable the No Data Overlay, set this option to | |
paneDefaults? |
|
Defines the default options of all panes. | |
panes? |
|
Defines 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? |
|
Defines whether the Chart can be panned.
Panning is not available for the | |
plotArea? |
|
Defines the configuration options of the plot area. Specifies the area which displays the series. | |
renderAs? |
|
Defines the preferred rendering engine. If the browser does not support it, the Chart switches to the first available mode. | |
series? |
|
Defines the configuration of the Chart series.
Determines the series type by the value of the | |
seriesColors? |
|
Defines the default colors for the Chart series. When all colors are used, new colors are pulled from the start again. | |
seriesDefaults? |
|
Defines the default options of all series. | |
subtitle? |
|
Defines the configuration options or the text of the Chart subtitle. | |
title? |
|
Defines the configuration options or the text of the Chart title. | |
tooltip? |
|
Defines the configuration options of the Chart series tooltips.
Displays the tooltip when the
| |
transitions? |
|
Defines whether the Chart plays animations when it displays the series. By default, animations are enabled. | |
valueAxis? |
|
Defines the configuration options of the value axis. | |
xAxis? |
|
Defines the configuration options of the Scatter Chart X-axis.
Supports all | |
yAxis? |
|
Defines the configuration options of the Scatter Chart Y-axis.
Supports all | |
zoomable? |
|
Defines whether the Chart can be zoomed.
Zooming is not available for the |