ChartsOrg / Charts

Beautiful charts for iOS/tvOS/OSX! The Apple side of the crossplatform MPAndroidChart.
Apache License 2.0
27.59k stars 6k forks source link

Labels for limit lines in radar charts #140

Open liuxuan30 opened 9 years ago

liuxuan30 commented 9 years ago

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?

danielgindi commented 9 years ago

Well, I do not really know how limit lines in radar charts should behave.

liuxuan30 commented 9 years ago

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)