axidio-styleguide-library1-v2 0.0.952 → 0.0.954

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.
@@ -8903,7 +8903,11 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8903
8903
  .classed('mobile-xaxis-override', true)
8904
8904
  .text(function (d) {
8905
8905
  return d.substring(0, 3);
8906
- });
8906
+ })
8907
+ .style('font-size', '12px')
8908
+ .attr('y', 5)
8909
+ .attr('x', 5)
8910
+ .style('text-anchor', 'middle');
8907
8911
  }
8908
8912
  /**y scale for left y axis */
8909
8913
  var y = d3.scaleLinear().rangeRound([height, 0]);