-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Learning Highcharts
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 interactions
series: 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 ways
xAxis/yAxis: Configurations for all the axis
properties such as labels, styles, intervals, plotlines, plot bands, and backgrounds
tooltip: Layout and format style
configurations for the series data tooltips
title/subtitle: Layout and style
configurations for the chart title and subtitle
legend: Layout and format style
configurations for the chart...