axidio-styleguide-library1-v2 0.3.41 → 0.3.43

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.
@@ -7871,7 +7871,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7871
7871
  .attr('text-anchor', 'middle')
7872
7872
  .attr('y', 25)
7873
7873
  .attr('x', 0)
7874
- .text(trimmed);
7874
+ .style('font-size', '12px')
7875
+ // .text(trimmed)
7876
+ .style('writing-mode', 'horizontal-tb');
7875
7877
  }
7876
7878
  });
7877
7879
  }