@barchart/chart-lib 2.375.1 → 2.376.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.
@@ -2577,6 +2577,7 @@ declare module "@barchart/chart-lib" {
2577
2577
  title: string;
2578
2578
  overlay: boolean;
2579
2579
  decimals?: number;
2580
+ singleFieldBased: boolean;
2580
2581
  range?: StudyMetaRange;
2581
2582
  enumerations?: StudyEnumeration[];
2582
2583
  }