axidio-styleguide-library1-v2 0.1.27 → 0.1.28
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.
|
@@ -9157,7 +9157,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9157
9157
|
.attr('width', function (d) {
|
|
9158
9158
|
// For grouped bar charts in zoom-in view, slightly increase bar width for both bars (shipped and planned)
|
|
9159
9159
|
if (subgroups.length > 1 && !self.isZoomedOut) {
|
|
9160
|
-
return xSubgroup.bandwidth() * 0.
|
|
9160
|
+
return xSubgroup.bandwidth() * 0.25;
|
|
9161
9161
|
}
|
|
9162
9162
|
// For single-bar (non-grouped) charts in zoom-in view, set bar width to 80
|
|
9163
9163
|
if (subgroups.length === 1 && !self.isZoomedOut) {
|