axidio-styleguide-library1-v2 0.1.81 → 0.1.82

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.
@@ -8952,7 +8952,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8952
8952
  // Increase bar width a bit in zoom-in view
8953
8953
  let reducedBarWidth = 60;
8954
8954
  if (!self.isZoomedOut) {
8955
- reducedBarWidth = 100;
8955
+ // reducedBarWidth = 100;
8956
+ let reducedBarWidth = Math.min(x.bandwidth() * 0.8, 200);
8956
8957
  }
8957
8958
  if (self.chartData.data.length == 1) {
8958
8959
  if (Object.keys(self.chartData.data[0]).length == 2) {