axidio-styleguide-library1-v2 0.0.934 → 0.0.935

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