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:
chart
: This has configurations for the top-level chart properties such as layouts, dimensions, events, animations, and user interactionsseries
: This is an 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/zAxis
: This has configurations for all the axis properties such as labels, styles, range, intervals, plotlines, plot bands, and backgroundstooltip
: This has the layout and format style configurations for the series data tool tipsdrilldown
: This has configurations for drilldown series and the ID field associated with the main seriestitle
/subtitle
: This has the layout and style configurations for the chart title and subtitlelegend
: This has the layout and...