axidio-styleguide-library1-v2 0.5.22 → 0.5.24

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.
@@ -8868,8 +8868,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8868
8868
  margin.top -
8869
8869
  margin.bottom -
8870
8870
  100;
8871
- if (is2K) {
8872
- height -= 60; // reduce a bit more for 2K
8871
+ if (is2K && this.isHeaderVisible) {
8872
+ height -= 50; // reduce a bit more for 2K
8873
8873
  }
8874
8874
  }
8875
8875
  return { width, height };