axidio-styleguide-library1-v2 0.0.992 → 0.0.993

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.
@@ -9148,7 +9148,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9148
9148
  // Increase bar width a bit in zoom-in view
9149
9149
  let reducedBarWidth = 60;
9150
9150
  if (!self.isZoomedOut) {
9151
- reducedBarWidth = 80;
9151
+ reducedBarWidth = 200;
9152
9152
  }
9153
9153
  if (self.chartData.data.length == 1) {
9154
9154
  if (Object.keys(self.chartData.data[0]).length == 2) {