cats-charts 0.0.65 → 0.0.66

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.
@@ -3300,6 +3300,7 @@ class CustomChartComponent {
3300
3300
  // formatter: (val: number) => `${val}:00`,
3301
3301
  // },
3302
3302
  axisLabel: {
3303
+ hideOverlap: true,
3303
3304
  formatter: (val) => this.formatHourLabel(val, is12Hour),
3304
3305
  },
3305
3306
  },