axidio-styleguide-library1-v2 0.4.95 → 0.4.96

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.
@@ -8054,8 +8054,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8054
8054
  // const centerOffset = offset + (reducedBarWidth / 2);
8055
8055
  // svg.selectAll('g.x1.axis1 g.tick text')
8056
8056
  // .attr('x', centerOffset - (x.bandwidth() / 2));
8057
- svg.selectAll('g.x1.axis1 g.tick text');
8058
- // .attr('x', -20);
8057
+ svg.selectAll('g.x1.axis1 g.tick text')
8058
+ .attr('x', -20);
8059
8059
  }
8060
8060
  }
8061
8061
  applyXLabelsOnSameLine(svg, subgroups, data, metaData, self, shortTickLengthBg, isMobile, isria) {