axidio-styleguide-library1-v2 0.5.22 → 0.5.23
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,9 +8868,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8868
8868
|
margin.top -
|
|
8869
8869
|
margin.bottom -
|
|
8870
8870
|
100;
|
|
8871
|
-
if (is2K) {
|
|
8872
|
-
|
|
8873
|
-
}
|
|
8871
|
+
// if (is2K) {
|
|
8872
|
+
// height -= 60; // reduce a bit more for 2K
|
|
8873
|
+
// }
|
|
8874
8874
|
}
|
|
8875
8875
|
return { width, height };
|
|
8876
8876
|
}
|