axidio-styleguide-library1-v2 0.5.47 → 0.5.48
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.
|
@@ -8861,7 +8861,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8861
8861
|
height =
|
|
8862
8862
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8863
8863
|
margin.top -
|
|
8864
|
-
margin.bottom
|
|
8864
|
+
margin.bottom -
|
|
8865
|
+
130;
|
|
8865
8866
|
}
|
|
8866
8867
|
if (this.chartConfiguration.isHeaderVisible) {
|
|
8867
8868
|
height =
|