axidio-styleguide-library1-v2 0.7.13 → 0.7.14
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.
|
@@ -8071,7 +8071,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8071
8071
|
}
|
|
8072
8072
|
else if (groupsCount > 8 || subgroupsCount > 2) {
|
|
8073
8073
|
innerContainer.style('overflow-x', 'auto');
|
|
8074
|
-
innerContainer.classed('scroll-enabled',
|
|
8074
|
+
innerContainer.classed('scroll-enabled', true);
|
|
8075
8075
|
}
|
|
8076
8076
|
else {
|
|
8077
8077
|
innerContainer.style('overflow-x', 'hidden');
|
|
@@ -9213,7 +9213,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9213
9213
|
.append('div')
|
|
9214
9214
|
.attr('class', 'inner-container')
|
|
9215
9215
|
.style('width', '100%')
|
|
9216
|
-
.style('overflow-x', 'auto')
|
|
9216
|
+
// .style('overflow-x', 'auto')
|
|
9217
9217
|
.style('height', isria ? '242px' : null);
|
|
9218
9218
|
// Main SVG
|
|
9219
9219
|
const svg = innerContainer
|