axidio-styleguide-library1-v2 0.6.47 → 0.6.49
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.
|
@@ -8891,7 +8891,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8891
8891
|
bottomDeduction;
|
|
8892
8892
|
}
|
|
8893
8893
|
if (this.chartConfiguration.isHeaderVisible) {
|
|
8894
|
-
const bottomDeduction = isria ?
|
|
8894
|
+
const bottomDeduction = isria ? 0 : 100;
|
|
8895
8895
|
height =
|
|
8896
8896
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8897
8897
|
margin.top -
|