axidio-styleguide-library1-v2 0.6.33 → 0.6.35
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.
|
@@ -8819,7 +8819,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8819
8819
|
text.append('tspan')
|
|
8820
8820
|
.text(line)
|
|
8821
8821
|
.attr('x', 0)
|
|
8822
|
-
.attr('dy', idx === 0 ? '
|
|
8822
|
+
.attr('dy', idx === 0 ? '0.5em' : '1em');
|
|
8823
8823
|
});
|
|
8824
8824
|
}
|
|
8825
8825
|
else {
|