visualization-tools

Home > @visualization-tools/core > ChartTransformFactory > (constructor)

ChartTransformFactory.(constructor)

Constructs a new instance of the ChartTransformFactory class

Signature:

constructor(renderer: IRenderer<TUnknownComponentRenderer>, transformsToInitialize: readonly symbol[], missIsDebugError?: boolean | undefined);

Parameters

Parameter Type Description
renderer IRenderer<TUnknownComponentRenderer>  
transformsToInitialize readonly symbol[]  
missIsDebugError boolean | undefined