axidio-styleguide-library1-v2 0.0.953 → 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.
@@ -8904,10 +8904,10 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8904
8904
  .text(function (d) {
8905
8905
  return d.substring(0, 3);
8906
8906
  })
8907
- .style('font-size', '12px') // reduce font size
8908
- .attr('y', -5) // move text up
8909
- .attr('x', 0) // center align
8910
- .style('text-anchor', 'middle'); // align text horizontally center
8907
+ .style('font-size', '12px')
8908
+ .attr('y', 5)
8909
+ .attr('x', 5)
8910
+ .style('text-anchor', 'middle');
8911
8911
  }
8912
8912
  /**y scale for left y axis */
8913
8913
  var y = d3.scaleLinear().rangeRound([height, 0]);