axidio-styleguide-library1-v2 0.0.788 → 0.0.789

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.
@@ -9009,21 +9009,21 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9009
9009
  tempScale.range([
9010
9010
  0 + (x.bandwidth() - 200) / 2,
9011
9011
  x.bandwidth() - (x.bandwidth() - 200) / 2,
9012
- ]);
9012
+ ]).paddingInner(0.3);
9013
9013
  // .padding(0.05);
9014
9014
  }
9015
9015
  else
9016
9016
  tempScale.range([
9017
9017
  0 + (x.bandwidth() - 300) / 2,
9018
9018
  x.bandwidth() - (x.bandwidth() - 300) / 2,
9019
- ]);
9019
+ ]).paddingInner(0.3);
9020
9020
  // .padding(0.05);
9021
9021
  }
9022
9022
  else
9023
9023
  tempScale.range([
9024
9024
  0 + (x.bandwidth() - 125) / 2,
9025
9025
  x.bandwidth() - (x.bandwidth() - 125) / 2,
9026
- ]);
9026
+ ]).paddingInner(0.3);
9027
9027
  }
9028
9028
  }
9029
9029
  });