Home > @visualization-tools/core > IChartComponent > updateOnNextFrame
Interaction handlers will be updated after a timeout defined in IChartConfig.updateOptions.
Signature:
updateOnNextFrame(plot?: IPlot<IPlotRange, unknown>, updateInteractionHandler?: boolean): void;
| 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