axidio-styleguide-library1-v2 0.0.809 → 0.0.810

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.
@@ -9042,12 +9042,12 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9042
9042
  }
9043
9043
  });
9044
9044
  return self.isZoomedOut
9045
- ? tempScale.bandwidth() * 0.5
9046
- : tempScale.bandwidth();
9045
+ ? tempScale.bandwidth()
9046
+ : tempScale.bandwidth() * 0.5;
9047
9047
  }
9048
9048
  return self.isZoomedOut
9049
- ? xSubgroup.bandwidth() * 0.5
9050
- : xSubgroup.bandwidth();
9049
+ ? xSubgroup.bandwidth()
9050
+ : xSubgroup.bandwidth() * 0.5;
9051
9051
  })
9052
9052
  .attr('height', function (d) {
9053
9053
  if (d.value == -1) {