Configuration structure
In the Highcharts configuration object, the components at the top level represent the skeleton structure of a chart. The following is a list of the major components that are covered in this chapter. For the references of all the configurations, go to http://api.highcharts.com/highcharts.
The following is a list of the major components:
chart
: Configurations for the top-level chart properties such as layouts, dimensions, events, animations, and user interactionsseries
: Array of series objects (consisting of data and specific options) for single and multiple series, where the series data can be specified in a number of waysxAxis
/yAxis
: Configurations for all the axis properties such as labels, styles, intervals, plotlines, plot bands, and backgroundstooltip
: Layout and format style configurations for the series data tooltipstitle
/subtitle
: Layout and style configurations for the chart title and subtitlelegend
: Layout and format style configurations for the chart...