Home > @visualization-tools/core > ChartDataEntity > (constructor)
Constructs a new instance of the ChartDataEntity class
Signature:
constructor(data: TConnector, graphicsSettings: TGcSettings, changeIdFactory: IIdentifierFactory, beforeUpdate?: (updateArg: TUpdateArg) => void);
| Parameter | Type | Description |
|---|---|---|
| data | TConnector | |
| graphicsSettings | TGcSettings | |
| changeIdFactory | IIdentifierFactory | |
| beforeUpdate | (updateArg: TUpdateArg) => void |