@barchart/chart-lib 2.214.2 → 2.215.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 +3 -0
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
- chart-lib/style.css +3 -2
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -801,6 +801,7 @@ declare module "@barchart/chart-lib" {
|
|
|
801
801
|
CH_NODATAFORMAINSYMBOL: string;
|
|
802
802
|
CH_CARDPLOTCLICKED: string;
|
|
803
803
|
CH_CARDPLOTREMOVED: string;
|
|
804
|
+
CH_CARDPLOTVISIBILITYCHANGED: string;
|
|
804
805
|
CH_TOOLTIPCHANGED: string;
|
|
805
806
|
CH_LOGOCLICKED: string;
|
|
806
807
|
CH_SHUTDOWN: string;
|
|
@@ -1398,6 +1399,8 @@ declare module "@barchart/chart-lib" {
|
|
|
1398
1399
|
placement?: StudyPlacement;
|
|
1399
1400
|
cloneIndex?: number;
|
|
1400
1401
|
offsets?: number[];
|
|
1402
|
+
precision?: number;
|
|
1403
|
+
visible?: boolean;
|
|
1401
1404
|
};
|
|
1402
1405
|
}
|
|
1403
1406
|
|