@barchart/chart-lib 2.308.0 → 2.308.2

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.
@@ -1513,7 +1513,9 @@ declare module "@barchart/chart-lib" {
1513
1513
  marginBars?: number;
1514
1514
  minPadding?: number;
1515
1515
  maxPadding?: number;
1516
- preventLabelOverlap?: boolean;
1516
+ preventLabelOverlap?: boolean; // deprecated
1517
+ preventVerticalLabelOverlap?: boolean;
1518
+ preventHorizontalLabelOverlap?: boolean;
1517
1519
  includePercentChangeWithLastValue?: boolean;
1518
1520
  snapAnnotationsToPrices?: boolean;
1519
1521
  nonEodLabelWithDate?: boolean;