axidio-styleguide-library1-v2 0.1.9 → 0.1.10

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.
@@ -9162,7 +9162,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9162
9162
  // Increase bar width a bit in zoom-in view
9163
9163
  let reducedBarWidth = 60;
9164
9164
  if (!self.isZoomedOut) {
9165
- reducedBarWidth = 150;
9165
+ reducedBarWidth = 500;
9166
9166
  }
9167
9167
  if (self.chartData.data.length == 1) {
9168
9168
  if (Object.keys(self.chartData.data[0]).length == 2) {