axidio-styleguide-library1-v2 0.0.988 → 0.0.989
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.
|
@@ -9022,8 +9022,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9022
9022
|
xSubgroup.range([0, x.bandwidth()]);
|
|
9023
9023
|
}
|
|
9024
9024
|
else if (subgroups.length === 1 && !this.isZoomedOut) {
|
|
9025
|
-
// For single-bar (non-grouped) charts in zoom-in view, set bar width to 80
|
|
9026
|
-
xSubgroup.range([0,
|
|
9025
|
+
// For single-bar (non-grouped) charts in zoom-in view, set bar width to 100 (increased from 80)
|
|
9026
|
+
xSubgroup.range([0, 100]);
|
|
9027
9027
|
}
|
|
9028
9028
|
else if (this.chartConfiguration.isMultiChartGridLine == undefined) {
|
|
9029
9029
|
xSubgroup.range([0, x.bandwidth()]);
|