axidio-styleguide-library1-v2 0.6.75 → 0.6.76

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.
@@ -8034,7 +8034,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
8034
8034
  if (!isDateString && text.length > 10) {
8035
8035
  const trimmed = text.slice(0, 9) + '…';
8036
8036
  textNodes
8037
- .style('font-size', '8px');
8037
+ .style('font-size', '9px');
8038
8038
  // .text(trimmed)
8039
8039
  }
8040
8040
  });