axidio-styleguide-library1-v2 0.6.36 → 0.6.37

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.
@@ -7929,7 +7929,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7929
7929
  // Increase spacing between axis and labels
7930
7930
  if (isria && (subgroups.length === 1 || self.chartData.data.length > 1)) {
7931
7931
  g.selectAll('.tick text')
7932
- .attr('dy', '0.5em'); // Default is '0.71em', increase for more space
7932
+ .attr('dy', '1em'); // Default is '0.71em', increase for more space
7933
7933
  }
7934
7934
  })
7935
7935
  .call((g) => {