axidio-styleguide-library1-v2 0.3.44 → 0.3.45

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.
@@ -7868,7 +7868,7 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
7868
7868
  if (!isDateString && text.length > 10) {
7869
7869
  const trimmed = text.slice(0, 9) + '…';
7870
7870
  textNodes
7871
- .style('font-size', '12px');
7871
+ .style('font-size', '10px');
7872
7872
  // .text(trimmed)
7873
7873
  }
7874
7874
  });