HighchartsResponsiveRulesOptions constructor
HighchartsResponsiveRulesOptions({
- dynamic chartOptions,
- HighchartsResponsiveRulesConditionOptions? condition,
A set of rules for responsive settings. The rules are executed from the top down.
API Docs: https://api.highcharts.com/highcharts/responsive.rules
Implementation
HighchartsResponsiveRulesOptions({this.chartOptions, this.condition});