'Positioning Y-Axis in Composed charts- Recharts

I have created a composing chart using recharts as attached here :

enter image description here

this issue is if I add a label on Y-axis that contains more than 8 letters it either goes to the next line or out of the container, I wrote a workaround where I just show the acronyms on the Y-axis and then the description in the tooltip but the requirement is to show the complete name in the label on Y-axis, so is there any way we can move the Y-axis on the right-hand side so that we can allot more space to the label?

I tried adding a domain to X-axis which did not help much



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source