axidio-styleguide-library1-v2 0.3.65 → 0.3.66

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.
@@ -8485,7 +8485,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8485
8485
  const isAcronym = this.isLabelAcronym(metaData.xLabel);
8486
8486
  const xPosition = isria
8487
8487
  ? (height + margin.top + margin.bottom)
8488
- : (height + margin.top + margin.bottom + 40);
8488
+ : (height + margin.top + margin.bottom + 45);
8489
8489
  svg.append('text')
8490
8490
  .attr('class', this.getXLabelClass(self))
8491
8491
  .attr('style', self.chartConfiguration.xAxisCustomlabelStyles)