axidio-styleguide-library1-v2 0.5.51 → 0.5.52
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.
|
@@ -8867,7 +8867,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8867
8867
|
bottomDeduction;
|
|
8868
8868
|
}
|
|
8869
8869
|
if (this.chartConfiguration.isHeaderVisible) {
|
|
8870
|
-
const bottomDeduction = isria ?
|
|
8870
|
+
const bottomDeduction = isria ? 80 : 100;
|
|
8871
8871
|
height =
|
|
8872
8872
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8873
8873
|
margin.top -
|