axidio-styleguide-library1-v2 0.5.52 → 0.5.53
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.
|
@@ -8674,7 +8674,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8674
8674
|
if (metaData.xLabel) {
|
|
8675
8675
|
const isAcronym = this.isLabelAcronym(metaData.xLabel);
|
|
8676
8676
|
const xPosition = isria
|
|
8677
|
-
? (height + margin.top + margin.bottom)
|
|
8677
|
+
? (height + margin.top + margin.bottom - 5)
|
|
8678
8678
|
: (height + margin.top + margin.bottom + 40);
|
|
8679
8679
|
svg.append('text')
|
|
8680
8680
|
.attr('class', this.getXLabelClass(self))
|