@barchart/chart-lib 2.196.0 → 2.199.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 +6 -2
- chart-lib/barchart.chart.js +1 -1
- chart-lib/package.json +1 -1
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -349,7 +349,9 @@ declare module "@barchart/chart-lib" {
|
|
|
349
349
|
| "PMO"
|
|
350
350
|
| "PMOS"
|
|
351
351
|
| "KST"
|
|
352
|
-
| "KSTSIG"
|
|
352
|
+
| "KSTSIG"
|
|
353
|
+
| "STC"
|
|
354
|
+
| "MCCLO";
|
|
353
355
|
|
|
354
356
|
export type GeneralFieldId =
|
|
355
357
|
| "DateTime"
|
|
@@ -498,7 +500,9 @@ declare module "@barchart/chart-lib" {
|
|
|
498
500
|
| "DRS"
|
|
499
501
|
| "MRS"
|
|
500
502
|
| "PMO"
|
|
501
|
-
| "KST"
|
|
503
|
+
| "KST"
|
|
504
|
+
| "STC"
|
|
505
|
+
| "MCCLO";
|
|
502
506
|
|
|
503
507
|
type PlotType =
|
|
504
508
|
| "Symbol"
|