axidio-styleguide-library1-v2 0.0.813 → 0.0.814
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.
|
@@ -8799,7 +8799,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8799
8799
|
.append('text')
|
|
8800
8800
|
.attr('class', 'lib-xaxis-labels-texts-drilldown')
|
|
8801
8801
|
.attr('y', long_tick_length_bg)
|
|
8802
|
-
.attr('x',
|
|
8802
|
+
.attr('x', -23) // Keep at center
|
|
8803
8803
|
.attr('text-anchor', 'middle')
|
|
8804
8804
|
.attr('fill', 'var(--chart-text-color)')
|
|
8805
8805
|
.text(function (d) {
|