Class type Ext_chart_Highlight.t


class type t = object .. end
Inherits
method highlightCfg : 'a. 'a Js.t Js.prop

The default properties to apply as a highight. Value is

{ fill: '#fdd', "stroke-width": 5, stroke: "#f55" }

Defaults to: {fill: '#fdd', "stroke-width": 5, stroke: '#f55'}

method highlightItem : 'b. 'b Js.t -> unit Js.meth

Highlight the given series item.

Parameters:


method unHighlightItem : unit Js.meth

Un-highlight any existing highlights