1
votes

I am trying to show the Radar chart with 6 X-axis labels. Currently the name of the X-axis labels and its values are getting overlapped. How can we avoid the overlapping of X-axis labels and values?

I am using Charts for Radar chart.

Please find the screenshot here:

enter image description here

Here total invested and Total returns are getting overlapped with their respective values.

1
Thanks Rob. Your solution fixed my issue.Mahesh V

1 Answers

0
votes

The max values for your axes is 100, but you have graphed values exceeding that maximum. As a result, value labels are overlapping with axis labels.