axidio-styleguide-library1-v2 0.7.38 → 0.7.39
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.
|
@@ -8344,7 +8344,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8344
8344
|
}).length > 1;
|
|
8345
8345
|
if (!firstGroupHasMultipleBars) {
|
|
8346
8346
|
svg.selectAll('g.x1.axis1 g.tick text')
|
|
8347
|
-
.attr('x', -
|
|
8347
|
+
.attr('x', -28);
|
|
8348
8348
|
}
|
|
8349
8349
|
}
|
|
8350
8350
|
}
|