@barchart/chart-lib 2.250.2 → 2.251.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- chart-lib/barchart.chart.d.ts +2 -0
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -828,6 +828,8 @@ declare module "@barchart/chart-lib" {
|
|
|
828
828
|
CH_ZOOMCHANGED: string;
|
|
829
829
|
CH_ALL_DATA_PROJECTED: string;
|
|
830
830
|
CH_API_ACTIONS_RECEIVED: string;
|
|
831
|
+
CH_HOST_PROPS_CHANGED: string;
|
|
832
|
+
CH_DEFINITION_CHANGED: string;
|
|
831
833
|
DF_ALL: string;
|
|
832
834
|
DF_STREAMRECONNECTED: string;
|
|
833
835
|
TS_ALL: string;
|