axidio-styleguide-library1-v2 0.6.18 → 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.
@@ -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 &&