axidio-styleguide-library1-v2 0.6.50 → 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