axidio-styleguide-library1-v2 0.6.47 → 0.6.48

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.
@@ -8883,7 +8883,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8883
8883
  : parseInt(verticalstackedcontainer.style('height'));
8884
8884
  }
8885
8885
  if (this.chartConfiguration.isDrilldownChart && !this.isHeaderVisible) {
8886
- const bottomDeduction = isria ? 50 : 130;
8886
+ const bottomDeduction = isria ? 100 : 130;
8887
8887
  height =
8888
8888
  parseInt(verticalstackedcontainer.style('height')) -
8889
8889
  margin.top -
@@ -8891,7 +8891,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8891
8891
  bottomDeduction;
8892
8892
  }
8893
8893
  if (this.chartConfiguration.isHeaderVisible) {
8894
- const bottomDeduction = isria ? 30 : 100;
8894
+ const bottomDeduction = isria ? 60 : 100;
8895
8895
  height =
8896
8896
  parseInt(verticalstackedcontainer.style('height')) -
8897
8897
  margin.top -