@barchart/chart-lib 2.354.4 → 2.356.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 -4
- chart-lib/barchart.chart.js +11 -11
- chart-lib/package.json +1 -1
- chart-lib/schemas/chart.schema.json +5 -3
chart-lib/barchart.chart.d.ts
CHANGED
|
@@ -407,7 +407,8 @@ declare module "@barchart/chart-lib" {
|
|
|
407
407
|
| "FISHER"
|
|
408
408
|
| "FISHTRG"
|
|
409
409
|
| "RCI"
|
|
410
|
-
| "RCISIG"
|
|
410
|
+
| "RCISIG"
|
|
411
|
+
| "ZZPIVOT";
|
|
411
412
|
|
|
412
413
|
export type GeneralFieldId =
|
|
413
414
|
| "DateTime"
|
|
@@ -579,7 +580,8 @@ declare module "@barchart/chart-lib" {
|
|
|
579
580
|
| "PPS"
|
|
580
581
|
| "FRAMA"
|
|
581
582
|
| "FISHER"
|
|
582
|
-
| "RCI"
|
|
583
|
+
| "RCI"
|
|
584
|
+
| "ZIGZAG";
|
|
583
585
|
|
|
584
586
|
export type PlotType =
|
|
585
587
|
| "Symbol"
|
|
@@ -2405,8 +2407,6 @@ declare module "@barchart/chart-lib" {
|
|
|
2405
2407
|
export function adaptOpenFeedClient(client: any, listener: any): any;
|
|
2406
2408
|
|
|
2407
2409
|
class OpenFeed extends BaseDataFeed {
|
|
2408
|
-
multiplexer: any;
|
|
2409
|
-
listener?: any;
|
|
2410
2410
|
adapter?: any;
|
|
2411
2411
|
addAuxFeed(auxFeed: OpenFeed): void;
|
|
2412
2412
|
}
|