Open liuxuan30 opened 9 years ago
Well, I do not really know how limit lines in radar charts should behave.
I think current implementation for limitLine is ok. Only the limitLine label is not displayed. I think it can be nice to embed the text in the line. like: ------24------ (imagine this is the limitLine as a circle, 24 as the label)
radar chart limitLine does not render label text. I found it's not supported for now.
As much as I want to contribute, I am not very clea about how you draw the limitLine for radar chart, I cannot get a precise radius and angle to calculate the point for the text.
So I can reuse the code in yAxisRender to render the limitLine label.
Any plan to support this?