axidio-styleguide-library1-v2 0.0.972 → 0.0.973
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.
|
@@ -9116,9 +9116,9 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9116
9116
|
if (subgroups.length > 1 && !self.isZoomedOut) {
|
|
9117
9117
|
return xSubgroup.bandwidth() * 0.5;
|
|
9118
9118
|
}
|
|
9119
|
-
// For single-bar (non-grouped) charts in zoom-in view, set bar width to
|
|
9119
|
+
// For single-bar (non-grouped) charts in zoom-in view, set bar width to 80
|
|
9120
9120
|
if (subgroups.length === 1 && !self.isZoomedOut) {
|
|
9121
|
-
return
|
|
9121
|
+
return 80;
|
|
9122
9122
|
}
|
|
9123
9123
|
// Default logic for other chart types
|
|
9124
9124
|
if (self.chartConfiguration.isDrilldownChart) {
|