axidio-styleguide-library1-v2 0.5.36 → 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.
|
@@ -8008,13 +8008,6 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8008
8008
|
// .text(trimmed)
|
|
8009
8009
|
}
|
|
8010
8010
|
});
|
|
8011
|
-
if (isria) {
|
|
8012
|
-
svg.selectAll('g.x1.axis1 g.tick text')
|
|
8013
|
-
.attr('y', 12)
|
|
8014
|
-
.attr('dy', '0')
|
|
8015
|
-
.attr('x', 0)
|
|
8016
|
-
.style('text-anchor', 'middle');
|
|
8017
|
-
}
|
|
8018
8011
|
}
|
|
8019
8012
|
// Mobile/tablet override - check for single-group date charts first
|
|
8020
8013
|
if (isMobile) {
|
|
@@ -8863,14 +8856,14 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8863
8856
|
? this.chartConfiguration.svgHeight
|
|
8864
8857
|
: parseInt(verticalstackedcontainer.style('height'));
|
|
8865
8858
|
}
|
|
8866
|
-
if (this.chartConfiguration.isDrilldownChart && !this.isHeaderVisible) {
|
|
8859
|
+
if (this.chartConfiguration.isDrilldownChart && !this.isHeaderVisible && !isria) {
|
|
8867
8860
|
height =
|
|
8868
8861
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8869
8862
|
margin.top -
|
|
8870
8863
|
margin.bottom -
|
|
8871
8864
|
130;
|
|
8872
8865
|
}
|
|
8873
|
-
if (this.chartConfiguration.isHeaderVisible) {
|
|
8866
|
+
if (this.chartConfiguration.isHeaderVisible && !isria) {
|
|
8874
8867
|
height =
|
|
8875
8868
|
parseInt(verticalstackedcontainer.style('height')) -
|
|
8876
8869
|
margin.top -
|