axidio-styleguide-library1-v2 0.0.992 → 0.0.994

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