visualization-tools

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

ChartComponent.(constructor)

Constructs a new instance of the ChartComponent class

Signature:

constructor(attachPoint: IGraphAttachPoint, renderer: TRenderer, eventService: IEventService, config: IChartConfig, contextAdapter: IContextAdapter<unknown>, frameProvider?: FrameProvider);

Parameters

Parameter Type Description
attachPoint IGraphAttachPoint  
renderer TRenderer  
eventService IEventService  
config IChartConfig  
contextAdapter IContextAdapter<unknown>  
frameProvider FrameProvider