axidio-styleguide-library1-v2 0.0.804 → 0.0.806
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.
|
@@ -9342,8 +9342,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
9342
9342
|
return metaData.colors[d.key];
|
|
9343
9343
|
})
|
|
9344
9344
|
.attr('width', self.isZoomedOut
|
|
9345
|
-
? xSubgroup.bandwidth()
|
|
9346
|
-
: xSubgroup.bandwidth())
|
|
9345
|
+
? xSubgroup.bandwidth()
|
|
9346
|
+
: xSubgroup.bandwidth() * 0.8)
|
|
9347
9347
|
.text(function (d) {
|
|
9348
9348
|
return d.value;
|
|
9349
9349
|
});
|