axidio-styleguide-library1-v2 0.4.97 → 0.4.98
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.
|
@@ -8061,7 +8061,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
|
|
|
8061
8061
|
const firstGroupHasMultipleBars = subgroups.filter(key => {
|
|
8062
8062
|
return data[0][key] != null && data[0][key] !== -1;
|
|
8063
8063
|
}).length > 1;
|
|
8064
|
-
if (firstGroupHasMultipleBars) {
|
|
8064
|
+
if (!firstGroupHasMultipleBars) {
|
|
8065
8065
|
svg.selectAll('g.x1.axis1 g.tick text')
|
|
8066
8066
|
.attr('x', -20);
|
|
8067
8067
|
}
|