object ResponsiveRules
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResponsiveRules
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
def
apply(chartOptions: UndefOr[Object] = js.undefined, condition: UndefOr[CleanJsObject[ResponsiveRulesCondition]] = js.undefined): ResponsiveRules
- chartOptions
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 first item is updated. So for example, settingchartOptions
with a series item without anid
, will cause the existing chart's first series to be updated.- condition
Under which conditions the rule applies.