Highcharts Dashboards
    Preparing search index...

    States options for the component.

    interface StatesOptions {
        active?: { enabled?: boolean; isActive?: boolean };
        hover?: { enabled?: boolean };
    }
    Index

    Properties

    Properties

    active?: { enabled?: boolean; isActive?: boolean }

    Type Declaration

    • Optionalenabled?: boolean

      Whether to enable the active state.

      false
      
    • OptionalisActive?: boolean

      Whether the component is active. Only used when enabled is true. If true, the highcharts-dashboards-cell-state-active class will be added to the component's container.

      Only one component can be active at a time.

      Try it: Active state

      false
      
    hover?: { enabled?: boolean }

    Type Declaration

    • Optionalenabled?: boolean

      Whether to enable the hover state.

      false