axidio-styleguide-library1-v2 0.3.72 → 0.3.73

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.
@@ -8672,7 +8672,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8672
8672
  parseInt(verticalstackedcontainer.style('height')) -
8673
8673
  margin.top -
8674
8674
  margin.bottom -
8675
- 70;
8675
+ 130;
8676
8676
  }
8677
8677
  if (this.chartConfiguration.isHeaderVisible) {
8678
8678
  height =
@@ -8680,10 +8680,13 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8680
8680
  margin.top -
8681
8681
  margin.bottom -
8682
8682
  100;
8683
+ if (is2K) {
8684
+ height -= 60; // reduce a bit more for 2K
8685
+ }
8683
8686
  }
8684
- if (is2K) {
8685
- height -= 60; // reduce a bit more for 2K
8686
- }
8687
+ // else{
8688
+ // height += 50;
8689
+ // }
8687
8690
  return { width, height };
8688
8691
  }
8689
8692
  createChartContainers(chartContainer, margin, height, rightSvgWidth, self, width) {