@barchart/chart-lib 2.354.4 → 2.355.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.
@@ -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"