Packages

object ResponsiveRules

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResponsiveRules
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. 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, setting chartOptions with a series item without an id, will cause the existing chart's first series to be updated.

    condition

    Under which conditions the rule applies.