type | spline ,pie ,column | spline | Pick type of chart |
title | string | Highcharts Chart | Title of Chart |
subtitle | string | "" | Subtitle of Chart |
xAxis | object | {} OR Time based | Specifies the configuration for the X-Axis. |
yAxis | object | {} | Specifies the configuration for the Y-Axis. |
xLabel | string | X-Axis | Label for X-Axis |
yLabel | string | Y-Axis | Label for Y-Axis |
xZoom | boolean | false | Zooming Allowed On X-Axis |
yZoom | boolean | false | Zooming Allowed On Y-Axis |
label | string | Label [for non numeric] | Alias for both Axis |
data | array | [] | Data for chart [data for Series 1 OR array of series] |
loading | boolean | false | Toggle loading overlay on chart |
loadingMessage | string | Loading... | Loading Text Display |
selected | boolean [readonly] | false | Is any element selected on graph |
selectedPoints | array [readonly] | [] | Which elements are selected |
vsTime | boolean | false | Set all options appropriate for a time chart |
chartOptions | object | {} | Override/Add Properties for your type of chart |
export | boolean | false | Enable exporting of chart |
legend | boolean | false | Display the legend |
colorByPoint * | boolean | false | Every point treated/colored uniquely |
credits | boolean | false | Wish to thank/credit HighCharts? |
legendOptions | object | {} | Override/Add Options to your legend |
tooltipOptions | object | {} | Override/Add Options to your tooltip |
highchartOptions | object | {} | Override/Add Options to the chart initalization code [useful for custom charts] |
height-responsive | Attribute | NA | Make chart height responsive [define container height for this to work] |
renderer | object [readonly] | {} | Allows direct access to the Highcharts rendering layer in order to draw primitive shapes like circles, rectangles,paths or text directly on a chart, or independent from any chart. |
_chart | object [readonly] | {} | HighCharts exposed object |