axidio-styleguide-library1-v2 0.0.968 → 0.0.970
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.
|
@@ -9114,7 +9114,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9114
9114
|
.attr('width', function (d) {
|
|
9115
9115
|
// For grouped bar charts in zoom-in view, slightly increase bar width for both bars (shipped and planned)
|
|
9116
9116
|
if (subgroups.length > 1 && !self.isZoomedOut) {
|
|
9117
|
-
return xSubgroup.bandwidth() *
|
|
9117
|
+
return xSubgroup.bandwidth() * 0.5;
|
|
9118
9118
|
}
|
|
9119
9119
|
// Default logic for other chart types
|
|
9120
9120
|
if (self.chartConfiguration.isDrilldownChart) {
|