axidio-styleguide-library1-v2 0.4.81 → 0.4.82
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.
|
@@ -8755,7 +8755,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8755
8755
|
text.append('tspan')
|
|
8756
8756
|
.text(line)
|
|
8757
8757
|
.attr('x', 0)
|
|
8758
|
-
.attr('dy', idx === 0 ? '
|
|
8758
|
+
.attr('dy', idx === 0 ? '1em' : '1.1em');
|
|
8759
8759
|
});
|
|
8760
8760
|
}
|
|
8761
8761
|
else {
|