@barchart/chart-lib 2.190.1 → 2.191.1

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.
@@ -1288,7 +1288,8 @@ declare module "@barchart/chart-lib" {
1288
1288
  symbol?: string;
1289
1289
  type: PlotType;
1290
1290
  expression?: string;
1291
- leftScale?: boolean;
1291
+ leftScale?: boolean; // NOTE: deprecated, use oppositeScale instead
1292
+ oppositeScale?: boolean;
1292
1293
  curves?: Curve[];
1293
1294
  }
1294
1295