Home > @visualization-tools/core > TInitialChartStateFactory
Signature:
export declare type TInitialChartStateFactory<TPlotRange, TTargets extends object> = (options: IInteractionOptions, stateProviders: IPlotInteractionProviders<TPlotRange, TTargets>) => IChartState<TPlotRange>;
References: IInteractionOptions, IPlotInteractionProviders, IChartState