@barchart/chart-lib 2.403.0 → 2.405.0
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 +7 -2
- chart-lib/barchart.chart.js +22 -22
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +8 -3
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -422,7 +422,11 @@ declare module "@barchart/chart-lib" {
|
|
|
422
422
|
| "ZZPIVOT"
|
|
423
423
|
| "ATREXTAVG"
|
|
424
424
|
| "ATREXTUP"
|
|
425
|
-
| "ATREXTLOW"
|
|
425
|
+
| "ATREXTLOW"
|
|
426
|
+
| "DIDIS"
|
|
427
|
+
| "DIDIL"
|
|
428
|
+
| "DIDIUP"
|
|
429
|
+
| "DIDIDN";
|
|
426
430
|
|
|
427
431
|
export type GeneralFieldId =
|
|
428
432
|
| "DateTime"
|
|
@@ -608,7 +612,8 @@ declare module "@barchart/chart-lib" {
|
|
|
608
612
|
| "CORR"
|
|
609
613
|
| "RVI"
|
|
610
614
|
| "ZIGZAG"
|
|
611
|
-
| "ATREXT"
|
|
615
|
+
| "ATREXT"
|
|
616
|
+
| "DIDI";
|
|
612
617
|
|
|
613
618
|
export type PlotType =
|
|
614
619
|
| "Symbol"
|