I have used plugin ngEcharts for display charts. is displays like below.
As you can see yAxis labels are being cut off. can anyone point me on the direction to how to prevent this or increase yAxis label area or decrease chart area?
please have a try css padding
for example
‘《’div id="main" style="width:100%;height:500px;border:1px solid #ddd;padding:50px;">
Increase grid.left,
Or set grid.containLabel as true
.
@100pah Thanks. Got it working!
Most helpful comment
Increase grid.left,
Or set grid.containLabel as
true
.