visualization-tools

Home > @visualization-tools/core > IChartComponent > updateOnNextFrame

IChartComponent.updateOnNextFrame() method

Interaction handlers will be updated after a timeout defined in IChartConfig.updateOptions.

Signature:

updateOnNextFrame(plot?: IPlot<IPlotRange, unknown>, updateInteractionHandler?: boolean): void;

Parameters

Parameter Type Description
plot IPlot<IPlotRange, unknown> The plot to update.
updateInteractionHandler boolean Whether the plot’s interaction handler should be updated, default true.

Returns:

void