Interface: Plugin<TType, O>

Type parameters

NameTypeDefault
TTypeChartTypeChartType
O-AnyObject

Hierarchy

Properties

id

id: string

Defined in: index.esm.d.ts:746Plugin - 图1 (opens new window)

Methods

afterBuildTicks

Optional afterBuildTicks(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { scale: Scale<CoreScaleOptions> }, options: O): void

desc Called after scale has build its ticks. This hook is called separately for each scale in the chart.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.scaleScale<CoreScaleOptions>The scale.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:905Plugin - 图2 (opens new window)


afterDataLimits

Optional afterDataLimits(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { scale: Scale<CoreScaleOptions> }, options: O): void

desc Called after scale data limits are calculated. This hook is called separately for each scale in the chart.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.scaleScale<CoreScaleOptions>The scale.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:889Plugin - 图3 (opens new window)


afterDatasetDraw

Optional afterDatasetDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { index: number ; meta: ChartMeta<Element<{}, {}>, Element<{}, {}>> }, options: O): void

desc Called after the chart datasets at the given args.index have been drawn (datasets are drawn in the reverse order). Note that this hook will not be called if the datasets drawing has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.indexnumberThe dataset index.
args.metaChartMeta<Element<{}, {}>, Element<{}, {}>>The dataset metadata.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:987Plugin - 图4 (opens new window)


afterDatasetUpdate

Optional afterDatasetUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: false ; index: number ; meta: ChartMeta<Element<{}, {}>, Element<{}, {}>> ; mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): void

desc Called after the chart datasets at the given args.index has been updated. Note that this hook will not be called if the datasets update has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelablefalse-
args.indexnumberThe dataset index.
args.metaChartMeta<Element<{}, {}>, Element<{}, {}>>The dataset metadata.
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:864Plugin - 图5 (opens new window)


afterDatasetsDraw

Optional afterDatasetsDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O, cancelable: false): void

desc Called after the chart datasets have been drawn. Note that this hook will not be called if the datasets drawing has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.
cancelablefalse-

Returns: void

Defined in: index.esm.d.ts:964Plugin - 图6 (opens new window)


afterDatasetsUpdate

Optional afterDatasetsUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true ; mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): void

desc Called after the chart datasets have been updated. Note that this hook will not be called if the datasets update has been previously cancelled.

since version 2.1.5

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:841Plugin - 图7 (opens new window)


afterDraw

Optional afterDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called after the chart has been drawn. Note that this hook will not be called if the drawing has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:947Plugin - 图8 (opens new window)


afterEvent

Optional afterEvent(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: false ; changed?: boolean ; event: ChartEvent ; replay: boolean }, options: O): void

desc Called after the event has been consumed. Note that this hook will not be called if the event has been previously discarded.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelablefalse-
args.changed?boolean-
args.eventChartEventThe event object.
args.replaybooleanTrue if this event is replayed from Chart.update
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:1008Plugin - 图9 (opens new window)


afterInit

Optional afterInit(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called after chart has been initialized and before the first update.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:785Plugin - 图10 (opens new window)


afterLayout

Optional afterLayout(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called after the chart has been laid out. Note that this hook will not be called if the layout update has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:913Plugin - 图11 (opens new window)


afterRender

Optional afterRender(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called after the chart has been fully rendered (and animation completed). Note that this hook will not be called if the rendering has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:930Plugin - 图12 (opens new window)


afterTooltipDraw

Optional afterTooltipDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { tooltip: TooltipModel<TType> }, options: O): void

desc Called after drawing the tooltip. Note that this hook will not be called if the tooltip drawing has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.tooltipTooltipModel<TType>The tooltip.
optionsOThe plugin options.

Returns: void

Inherited from: ExtendedPlugin

Defined in: index.esm.d.ts:2389Plugin - 图13 (opens new window)


afterUpdate

Optional afterUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): void

desc Called after chart has been updated and before rendering. Note that this hook will not be called if the chart update has been previously cancelled.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:804Plugin - 图14 (opens new window)


beforeBuildTicks

Optional beforeBuildTicks(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { scale: Scale<CoreScaleOptions> }, options: O): void

desc Called before scale bulds its ticks. This hook is called separately for each scale in the chart.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.scaleScale<CoreScaleOptions>The scale.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:897Plugin - 图15 (opens new window)


beforeDataLimits

Optional beforeDataLimits(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { scale: Scale<CoreScaleOptions> }, options: O): void

desc Called before scale data limits are calculated. This hook is called separately for each scale in the chart.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.scaleScale<CoreScaleOptions>The scale.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:881Plugin - 图16 (opens new window)


beforeDatasetDraw

Optional beforeDatasetDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { index: number ; meta: ChartMeta<Element<{}, {}>, Element<{}, {}>> }, options: O): boolean | void

desc Called before drawing the chart dataset at the given args.index (datasets are drawn in the reverse order). If any plugin returns false, the datasets drawing is cancelled until another render is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.indexnumberThe dataset index.
args.metaChartMeta<Element<{}, {}>, Element<{}, {}>>The dataset metadata.
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart datasets drawing.

Defined in: index.esm.d.ts:976Plugin - 图17 (opens new window)


beforeDatasetUpdate

Optional beforeDatasetUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true ; index: number ; meta: ChartMeta<Element<{}, {}>, Element<{}, {}>> ; mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): boolean | void

desc Called before updating the chart dataset at the given args.index. If any plugin returns false, the datasets update is cancelled until another update is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
args.indexnumberThe dataset index.
args.metaChartMeta<Element<{}, {}>, Element<{}, {}>>The dataset metadata.
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode.
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart datasets drawing.

Defined in: index.esm.d.ts:853Plugin - 图18 (opens new window)


beforeDatasetsDraw

Optional beforeDatasetsDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true }, options: O): boolean | void

desc Called before drawing the chart datasets. If any plugin returns false, the datasets drawing is cancelled until another render is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart datasets drawing.

Defined in: index.esm.d.ts:956Plugin - 图19 (opens new window)


beforeDatasetsUpdate

Optional beforeDatasetsUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): boolean | void

desc Called before updating the chart datasets. If any plugin returns false, the datasets update is cancelled until another update is triggered.

since version 2.1.5

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode.
optionsOThe plugin options.

Returns: boolean | void

false to cancel the datasets update.

Defined in: index.esm.d.ts:831Plugin - 图20 (opens new window)


beforeDraw

Optional beforeDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true }, options: O): boolean | void

desc Called before drawing chart at every animation frame. If any plugin returns false, the frame drawing is cancelled untilanother render is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart drawing.

Defined in: index.esm.d.ts:939Plugin - 图21 (opens new window)


beforeElementsUpdate

Optional beforeElementsUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called during the update process, before any chart elements have been created. This can be used for data decimation by changing the data array inside a dataset.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:812Plugin - 图22 (opens new window)


beforeEvent

Optional beforeEvent(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true ; event: ChartEvent ; replay: boolean }, options: O): boolean | void

desc Called before processing the specified event. If any plugin returns false, the event will be discarded.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
args.eventChartEventThe event object.
args.replaybooleanTrue if this event is replayed from Chart.update
optionsOThe plugin options.

Returns: boolean | void

Defined in: index.esm.d.ts:997Plugin - 图23 (opens new window)


beforeInit

Optional beforeInit(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called before initializing chart.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:778Plugin - 图24 (opens new window)


beforeLayout

Optional beforeLayout(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true }, options: O): boolean | void

desc Called before laying out chart. If any plugin returns false, the layout update is cancelled until another update is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart layout.

Defined in: index.esm.d.ts:873Plugin - 图25 (opens new window)


beforeRender

Optional beforeRender(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true }, options: O): boolean | void

desc Called before rendering chart. If any plugin returns false, the rendering is cancelled until another render is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart rendering.

Defined in: index.esm.d.ts:922Plugin - 图26 (opens new window)


beforeTooltipDraw

Optional beforeTooltipDraw(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { tooltip: TooltipModel<TType> }, options: O): boolean | void

desc Called before drawing the tooltip. If any plugin returns false, the tooltip drawing is cancelled until another render is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.tooltipTooltipModel<TType>The tooltip.
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart tooltip drawing.

Inherited from: ExtendedPlugin

Defined in: index.esm.d.ts:2380Plugin - 图27 (opens new window)


beforeUpdate

Optional beforeUpdate(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { cancelable: true ; mode: "resize" | "reset" | "none" | "hide" | "show" | "normal" | "active" }, options: O): boolean | void

desc Called before updating chart. If any plugin returns false, the update is cancelled (and thus subsequent render(s)) until another update is triggered.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.cancelabletrue-
args.mode“resize” | “reset” | “none” | “hide” | “show” | “normal” | “active”The update mode
optionsOThe plugin options.

Returns: boolean | void

false to cancel the chart update.

Defined in: index.esm.d.ts:795Plugin - 图28 (opens new window)


destroy

Optional destroy(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

Called after the chart has been destroyed.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:1023Plugin - 图29 (opens new window)


install

Optional install(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called when plugin is installed for this chart instance. This hook is also invoked for disabled plugins (options === false).

since 3.0.0

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:755Plugin - 图30 (opens new window)


reset

Optional reset(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called during chart reset

since version 3.0.0

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:820Plugin - 图31 (opens new window)


resize

Optional resize(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: { size: { height: number ; width: number } }, options: O): void

desc Called after the chart as been resized.

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsobjectThe call arguments.
args.sizeobjectThe new canvas display size (eq. canvas.style width & height).
args.size.heightnumber-
args.size.widthnumber-
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:1016Plugin - 图32 (opens new window)


start

Optional start(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called when a plugin is starting. This happens when chart is created or plugin is enabled.

since 3.0.0

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:763Plugin - 图33 (opens new window)


stop

Optional stop(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

desc Called when a plugin stopping. This happens when chart is destroyed or plugin is disabled.

since 3.0.0

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:771Plugin - 图34 (opens new window)


uninstall

Optional uninstall(chart: Chart<"bar" | "line" | "scatter" | "bubble" | "pie" | "doughnut" | "polarArea" | "radar", (number | ScatterDataPoint | BubbleDataPoint)[], unknown>, args: Record<string, never>, options: O): void

Called after chart is destroyed on all plugins that were installed for that chart. This hook is also invoked for disabled plugins (options === false).

since 3.0.0

Parameters

NameTypeDescription
chartChart<“bar” | “line” | “scatter” | “bubble” | “pie” | “doughnut” | “polarArea” | “radar”, (number | ScatterDataPoint | BubbleDataPoint)[], unknown>The chart instance.
argsRecord<string, never>The call arguments.
optionsOThe plugin options.

Returns: void

Defined in: index.esm.d.ts:1031Plugin - 图35 (opens new window)