axidio-styleguide-library1-v2 0.6.49 → 0.6.51

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.
@@ -8696,7 +8696,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8696
8696
  // : (height + margin.top + margin.bottom + 40);
8697
8697
  const xPosition = isria
8698
8698
  ? (this.chartConfiguration.isHeaderVisible
8699
- ? (height + margin.top + margin.bottom - 45) // isria + header visible
8699
+ ? (height + margin.top + margin.bottom - 65) // isria + header visible
8700
8700
  : (height + margin.top + margin.bottom) // isria + header NOT visible
8701
8701
  )
8702
8702
  : (height + margin.top + margin.bottom + 40); // not isria
@@ -8891,7 +8891,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8891
8891
  bottomDeduction;
8892
8892
  }
8893
8893
  if (this.chartConfiguration.isHeaderVisible) {
8894
- const bottomDeduction = isria ? 0 : 100;
8894
+ const bottomDeduction = isria ? 80 : 100;
8895
8895
  height =
8896
8896
  parseInt(verticalstackedcontainer.style('height')) -
8897
8897
  margin.top -