axidio-styleguide-library1-v2 0.3.76 → 0.3.78
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.
|
@@ -8486,7 +8486,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8486
8486
|
const isAcronym = this.isLabelAcronym(metaData.xLabel);
|
|
8487
8487
|
const xPosition = isria
|
|
8488
8488
|
? (height + margin.top + margin.bottom)
|
|
8489
|
-
: (height + margin.top + margin.bottom +
|
|
8489
|
+
: (height + margin.top + margin.bottom + 48);
|
|
8490
8490
|
svg.append('text')
|
|
8491
8491
|
.attr('class', this.getXLabelClass(self))
|
|
8492
8492
|
.attr('style', self.chartConfiguration.xAxisCustomlabelStyles)
|
|
@@ -8684,9 +8684,6 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8684
8684
|
height -= 60; // reduce a bit more for 2K
|
|
8685
8685
|
}
|
|
8686
8686
|
}
|
|
8687
|
-
else {
|
|
8688
|
-
height += 100;
|
|
8689
|
-
}
|
|
8690
8687
|
return { width, height };
|
|
8691
8688
|
}
|
|
8692
8689
|
createChartContainers(chartContainer, margin, height, rightSvgWidth, self, width) {
|