@barchart/chart-lib 2.307.0 → 2.308.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.
@@ -778,6 +778,10 @@ declare module "@barchart/chart-lib" {
778
778
  nonEodLabelWithDate?: boolean;
779
779
  /** The name of the ordinal scale, if applicable. Only shows in the tooltips. */
780
780
  ordinalName?: string;
781
+ /** If set to `true` will not allow the values (typically dates) shown on the time/horizontal scale to visually overlap; if needed, the values will be moved out of their normal position so that they are fully visible.
782
+ * @default false
783
+ */
784
+ preventLabelOverlap?: boolean;
781
785
  };
782
786
 
783
787
  export type DisplayModel = {