ZoomCharts Documentation

ZoomCharts.Configuration.FacetChartChartEventArguments

Describes the base properties shared between all events raised by the different charts.

Inheritance hierarchy

This type inherits from BaseChartEventArguments.

This type is implemented by FacetChartChartClickEventArguments.

Methods

This type does not define any methods.

Properties

chart: BaseApi
Inherited from: BaseChartEventArguments

The chart object for which the event has been raised.

clickCredits: boolean
Inherited from: BaseChartEventArguments
count: number
Inherited from: BaseChartEventArguments
Properties
url: string
urlTarget: string
hoverItem: FacetChartItem
hoverMarker: boolean
Introduced in version 1.13.2.

True if the cursor is directly hovering a marker on a line series. False otherwise.

Introduced in version 1.13.2.

The series that is currently directly under the cursor. null if the cursor is not hovering over data or is hovering over empty area.

offset: number
origin: string
Inherited from: BaseChartEventArguments
selection: Array<FacetChartItem>
X