axidio-styleguide-library1-v2 0.7.2 → 0.7.4

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.
@@ -8438,7 +8438,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8438
8438
  const isTablet = window.innerWidth >= 576 && window.innerWidth < 992;
8439
8439
  // For grouped bar charts in zoom-in view
8440
8440
  if (subgroups.length > 1 && !self.isZoomedOut) {
8441
- return isMobile ? 22 : isTablet ? 36 : 50;
8441
+ return isMobile ? 22 : isTablet ? 48 : 50;
8442
8442
  }
8443
8443
  // For single-bar charts in zoom-in view
8444
8444
  if (subgroups.length === 1 && !self.isZoomedOut) {