axidio-styleguide-library1-v2 0.7.37 → 0.7.39

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.
@@ -7687,7 +7687,7 @@ class HorizontalBarsWithScrollZoomComponent extends ComponentUniqueId {
7687
7687
  const trimmed = d.trim();
7688
7688
  const spaceIndex = trimmed.indexOf(' ');
7689
7689
  return spaceIndex > -1
7690
- ? trimmed.substring(spaceIndex).toLowerCase()
7690
+ ? trimmed.substring(spaceIndex)
7691
7691
  : '';
7692
7692
  });
7693
7693
  }
@@ -8344,7 +8344,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8344
8344
  }).length > 1;
8345
8345
  if (!firstGroupHasMultipleBars) {
8346
8346
  svg.selectAll('g.x1.axis1 g.tick text')
8347
- .attr('x', -20);
8347
+ .attr('x', -28);
8348
8348
  }
8349
8349
  }
8350
8350
  }