axidio-styleguide-library1-v2 0.3.68 → 0.3.69
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,9 +8672,6 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8672
8672
|
margin.top -
|
|
8673
8673
|
margin.bottom -
|
|
8674
8674
|
130;
|
|
8675
|
-
if (is2K) {
|
|
8676
|
-
height -= 60; // reduce a bit more for 2K
|
|
8677
|
-
}
|
|
8678
8675
|
}
|
|
8679
8676
|
if (this.chartConfiguration.isHeaderVisible) {
|
|
8680
8677
|
height =
|
|
@@ -8683,6 +8680,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8683
8680
|
margin.bottom -
|
|
8684
8681
|
100;
|
|
8685
8682
|
}
|
|
8683
|
+
if (is2K) {
|
|
8684
|
+
height -= 60; // reduce a bit more for 2K
|
|
8685
|
+
}
|
|
8686
8686
|
return { width, height };
|
|
8687
8687
|
}
|
|
8688
8688
|
createChartContainers(chartContainer, margin, height, rightSvgWidth, self, width) {
|