axidio-styleguide-library1-v2 0.5.35 → 0.5.37
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.
|
@@ -8856,14 +8856,14 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8856
8856
|
? this.chartConfiguration.svgHeight
|
|
8857
8857
|
: parseInt(verticalstackedcontainer.style('height'));
|
|
8858
8858
|
}
|
|
8859
|
-
if (this.chartConfiguration.isDrilldownChart && !this.isHeaderVisible) {
|
|
8859
|
+
if (this.chartConfiguration.isDrilldownChart && !this.isHeaderVisible && !isria) {
|
|
8860
8860
|
height =
|
|
8861
8861
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8862
8862
|
margin.top -
|
|
8863
8863
|
margin.bottom -
|
|
8864
8864
|
130;
|
|
8865
8865
|
}
|
|
8866
|
-
if (this.chartConfiguration.isHeaderVisible) {
|
|
8866
|
+
if (this.chartConfiguration.isHeaderVisible && !isria) {
|
|
8867
8867
|
height =
|
|
8868
8868
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8869
8869
|
margin.top -
|