axidio-styleguide-library1-v2 0.4.57 → 0.4.58
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.
|
@@ -7874,7 +7874,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
7874
7874
|
// .text((d: string) => d.substring(0, 4).toLowerCase())
|
|
7875
7875
|
// .text((d: string) => d.toLowerCase())
|
|
7876
7876
|
.text((d) => d)
|
|
7877
|
-
.style('font-size', '
|
|
7877
|
+
.style('font-size', '11px')
|
|
7878
7878
|
.attr('y', 5)
|
|
7879
7879
|
.attr('x', 5)
|
|
7880
7880
|
.style('text-anchor', 'middle');
|
|
@@ -8457,6 +8457,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8457
8457
|
.style('stroke-width', '1px');
|
|
8458
8458
|
})
|
|
8459
8459
|
.selectAll('text')
|
|
8460
|
+
.style('font-size', isria ? '11px' : null)
|
|
8460
8461
|
.style('fill', 'var(--chart-text-color)');
|
|
8461
8462
|
// Right y-axis (hidden by default)
|
|
8462
8463
|
svgYAxisRight.append('g')
|