HighchartsResponsiveRulesOptions constructor

HighchartsResponsiveRulesOptions({
  1. dynamic chartOptions,
  2. 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});