axidio-styleguide-library1-v2 0.0.931 → 0.0.932
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.
|
@@ -9587,7 +9587,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9587
9587
|
text.append('tspan')
|
|
9588
9588
|
.text(line)
|
|
9589
9589
|
.attr('x', 0)
|
|
9590
|
-
.attr('dy', idx === 0 ? '
|
|
9590
|
+
.attr('dy', idx === 0 ? '1em' : '1.1em');
|
|
9591
9591
|
});
|
|
9592
9592
|
}
|
|
9593
9593
|
else {
|