chartOptions property

dynamic chartOptions
getter/setter pair

A full set of chart options to apply as overrides to the general chart options. The chart options are applied when the given rule is active.

A special case is configuration objects that take arrays, for example xAxis, yAxis or series. For these collections, an id option is used to map the new option set to an existing object. If an existing object of the same id is not found, the item of the same index updated. So for example, setting chartOptions with two series items without an id, will cause the existing chart's two series to be updated with respective options.

API Docs: https://api.highcharts.com/highcharts/responsive.rules.chartOptions

Implementation

dynamic chartOptions;