@barchart/chart-lib 2.290.0 → 2.290.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.
@@ -2673,6 +2673,7 @@ declare module "@barchart/chart-lib" {
2673
2673
  paneIndex?: number;
2674
2674
  title: string;
2675
2675
  cloneIndex?: number;
2676
+ visible: boolean;
2676
2677
  }
2677
2678
 
2678
2679
  export interface SymbolPlot extends Plot {