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