axidio-styleguide-library1-v2 0.6.19 → 0.6.20

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 + 5; // Add extra space at the top for mobile
7911
+ translateY = height + 10; // Add extra space at the top for mobile
7912
7912
  }
7913
7913
  svg.append('g')
7914
7914
  .attr('class', 'x1 axis1')
@@ -8138,9 +8138,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8138
8138
  if (self.chartConfiguration.isFullScreen) {
8139
8139
  return shortTickLengthBg + 2;
8140
8140
  }
8141
- return chartHasExtraBottom ? shortTickLengthBg : shortTickLengthBg + 10;
8141
+ return chartHasExtraBottom ? shortTickLengthBg : shortTickLengthBg + 5;
8142
8142
  }
8143
- // Default/fallback logic
8143
+ // Default/fallback logics
8144
8144
  const isria = this.customChartConfiguration.isRia;
8145
8145
  let baseY = self.isHeaderVisible && !isria ? shortTickLengthBg + 25 : shortTickLengthBg;
8146
8146
  if (subgroups.length > 1 && !metaData.xLabel && !isria &&