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