axidio-styleguide-library1-v2 0.2.71 → 0.2.73

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.
@@ -7727,7 +7727,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7727
7727
  }
7728
7728
  else {
7729
7729
  // Increase padding for mobile view to add space after every bar group
7730
- const barGroupPadding = isMobile ? 0.6 : 0.3;
7730
+ const barGroupPadding = isMobile ? 0.4 : 0.3;
7731
7731
  x = d3.scaleBand()
7732
7732
  .domain(groups)
7733
7733
  .range([LEFT_AND_RIGHT_SPACES, width - RIGHT_SVG_WIDTH - LEFT_AND_RIGHT_SPACES])