axidio-styleguide-library1-v2 0.5.50 → 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,11 +8867,12 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8867
8867
|
bottomDeduction;
|
|
8868
8868
|
}
|
|
8869
8869
|
if (this.chartConfiguration.isHeaderVisible) {
|
|
8870
|
+
const bottomDeduction = isria ? 80 : 100;
|
|
8870
8871
|
height =
|
|
8871
8872
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8872
8873
|
margin.top -
|
|
8873
8874
|
margin.bottom -
|
|
8874
|
-
|
|
8875
|
+
bottomDeduction;
|
|
8875
8876
|
if (is2K && this.isHeaderVisible && !isria) {
|
|
8876
8877
|
height -= 55; // reduce a bit more for 2K
|
|
8877
8878
|
}
|