axidio-styleguide-library1-v2 0.7.17 → 0.7.18
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.
|
@@ -8069,7 +8069,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8069
8069
|
innerContainer.style('overflow-x', 'auto');
|
|
8070
8070
|
innerContainer.classed('scroll-enabled', true);
|
|
8071
8071
|
}
|
|
8072
|
-
else if (groupsCount > 8 || subgroupsCount > 2) {
|
|
8072
|
+
else if (groupsCount > 8 || subgroupsCount > 2 && this.chartData.data.length > 8) {
|
|
8073
8073
|
innerContainer.style('overflow-x', 'auto');
|
|
8074
8074
|
innerContainer.classed('scroll-enabled', true);
|
|
8075
8075
|
}
|