Class | Description |
---|---|
Chart |
General options for the chart.
|
ChartOptions |
The ChartOptions class maps directly to the Highcharts chart options in the Highcharts API.
All Highchart chart options will be set from this class. |
Global |
Copyright (c) 2020 Powerbuilt Systems.
|
GlobalOptions |
The GlobalOptions class maps directly to the Highcharts global options in the Highcharts API.
All Highchart global options will be set from this class. |
Legend |
The legend is a box containing a symbol and name for each series item or point item in the chart.
|
PlotOptions |
The plotOptions is a wrapper object for config objects for each series type.
|
Responsive |
Allows setting a set of rules to apply for different screen or chart sizes.
|
Series |
Series options for specific data and the data itself.
|
Subtitle |
The chart's subtitle.
|
Title |
The chart's main title.
|
Tooltip |
Options for the tooltip that appears when the user hovers over a series or point.
|
YAxis |
The Y axis or value axis.
|
Copyright © 2022. All rights reserved.