axidio-styleguide-library1-v2 0.4.70 → 0.4.71
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,7 +8860,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8860
8860
|
.attr('class', 'inner-container')
|
|
8861
8861
|
.style('width', '100%')
|
|
8862
8862
|
.style('overflow-x', 'auto')
|
|
8863
|
-
.style('height', isria ? '
|
|
8863
|
+
.style('height', isria ? '242px' : null);
|
|
8864
8864
|
// Main SVG
|
|
8865
8865
|
const svg = innerContainer
|
|
8866
8866
|
.append('svg')
|