@barchart/chart-lib 2.194.0 → 2.196.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 +5 -2
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -347,7 +347,9 @@ declare module "@barchart/chart-lib" {
|
|
|
347
347
|
| "DRS"
|
|
348
348
|
| "MRS"
|
|
349
349
|
| "PMO"
|
|
350
|
-
| "PMOS"
|
|
350
|
+
| "PMOS"
|
|
351
|
+
| "KST"
|
|
352
|
+
| "KSTSIG";
|
|
351
353
|
|
|
352
354
|
export type GeneralFieldId =
|
|
353
355
|
| "DateTime"
|
|
@@ -495,7 +497,8 @@ declare module "@barchart/chart-lib" {
|
|
|
495
497
|
| "CTTP"
|
|
496
498
|
| "DRS"
|
|
497
499
|
| "MRS"
|
|
498
|
-
| "PMO"
|
|
500
|
+
| "PMO"
|
|
501
|
+
| "KST";
|
|
499
502
|
|
|
500
503
|
type PlotType =
|
|
501
504
|
| "Symbol"
|