axidio-styleguide-library1-v2 0.6.18 → 0.6.19

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.
@@ -7908,7 +7908,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7908
7908
  // Dynamically adjust Y translation for mobile
7909
7909
  let translateY = height;
7910
7910
  if (isMobile) {
7911
- translateY = height + 10; // Add extra space at the top for mobile
7911
+ translateY = height + 5; // Add extra space at the top for mobile
7912
7912
  }
7913
7913
  svg.append('g')
7914
7914
  .attr('class', 'x1 axis1')