visualization-tools

Home > @visualization-tools/core > TInitialChartStateFactory

TInitialChartStateFactory type

Signature:

export declare type TInitialChartStateFactory<TPlotRange, TTargets extends object> = (options: IInteractionOptions, stateProviders: IPlotInteractionProviders<TPlotRange, TTargets>) => IChartState<TPlotRange>;

References: IInteractionOptions, IPlotInteractionProviders, IChartState