axidio-styleguide-library1-v2 0.4.55 → 0.4.57
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.
|
@@ -7872,7 +7872,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7872
7872
|
.classed('mobile-xaxis-override', false)
|
|
7873
7873
|
// // .text((d: string) => d.substring(0, 3))
|
|
7874
7874
|
// .text((d: string) => d.substring(0, 4).toLowerCase())
|
|
7875
|
-
.text((d) => d.toLowerCase())
|
|
7875
|
+
// .text((d: string) => d.toLowerCase())
|
|
7876
|
+
.text((d) => d)
|
|
7876
7877
|
.style('font-size', '12px')
|
|
7877
7878
|
.attr('y', 5)
|
|
7878
7879
|
.attr('x', 5)
|