@barchart/chart-lib 2.321.2 → 2.322.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.
@@ -2482,6 +2482,8 @@ declare module "@barchart/chart-lib" {
2482
2482
  value: number;
2483
2483
  /** All the visual properties of this level, which is just a horizontal line. */
2484
2484
  line: LineTrait;
2485
+ /** Show or hide this level. */
2486
+ visible: boolean;
2485
2487
  }
2486
2488
 
2487
2489
  /** A horizontal strip between two prices, filled with color, indicating an "important" range of values for a given study. */