visualization-tools

Home > @visualization-tools/core > IRendererCallbacks

IRendererCallbacks interface

Signature:

export interface IRendererCallbacks<TCtx> 

Methods

Method Description
onAfterPlotDraw(context) Called once per frame, per plot drawn.
onBeforePlotDraw(context, plotDimensions, canvasDims) Called once per frame, per plot drawn.