axidio-styleguide-library1-v2 0.0.932 → 0.0.934

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.
@@ -9600,7 +9600,8 @@ class HorizontalGroupedBarWithScrollZoomComponent extends ComponentUniqueId {
9600
9600
  }
9601
9601
  })
9602
9602
  .style('fill', 'var(--chart-text-color)')
9603
- .attr('transform', null); // Remove rotate if using line breaks
9603
+ .attr('transform', 'rotate(-90)')
9604
+ .style('text-anchor', 'end'); // Rotate only for this chart in zoomed-out mode
9604
9605
  // Optional: Adjust bottom margin or chart layout
9605
9606
  svg
9606
9607
  .select('.x-axis')