axidio-styleguide-library1-v2 0.1.88 → 0.1.89
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.
|
@@ -8936,7 +8936,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8936
8936
|
.attr('width', function (d) {
|
|
8937
8937
|
// For grouped bar charts in zoom-in view, slightly increase bar width for both bars (shipped and planned)
|
|
8938
8938
|
if (subgroups.length > 1 && !self.isZoomedOut) {
|
|
8939
|
-
return xSubgroup.bandwidth() * 0.
|
|
8939
|
+
return xSubgroup.bandwidth() * 0.15;
|
|
8940
8940
|
}
|
|
8941
8941
|
// For single-bar (non-grouped) charts in zoom-in view, set bar width to 80
|
|
8942
8942
|
if (subgroups.length === 1 && !self.isZoomedOut) {
|