-
-
Notifications
You must be signed in to change notification settings - Fork 6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drawing circles for values on the radar chart #138
Comments
Can you provide an example? |
I capture this chart from a JS radar chart. For each data point, it has a doct circle. When highlighting, the dot circle can be hollow (filled by white color, stroke with the old color) Current ios-chart radar chart don't have a dot. It not easy to see if there is a data point. Having some dots will make it easier. |
@danielgindi Do you think this is worthy to have? I am about to finish implementing this feature on my side. |
Seems only I have this requirement. I will close it. If anyone raise same request, i could share my code. |
this is a very cool feature, it is strange that the developers did not include it by default, really need this feature |
@alexwillrock you are the first one to ask for a dot since Jun.. You could add the dots just like drawCircles in line chart renderer into Radar chart renderer. I will file a PR later (I have implemented, just need to think about how to adopt it for ios-charts) |
@liuxuan30, I need the same feature you are talking about. would you please file PR. |
I actually did it already, PR is right above your comment. |
@liuxuan30 , I did that . and able to show circle on tap of point. but not able to plot single point or points like line chart, in case- if there are multiple radar Chart Data sets and if any data set contains only one point then that point is not visible. Also the circles are visible only after tap. Please guide me if I am doing something wrong. |
you should check out radar chart renderer highlight method to achieve your goals. Either highlight all data sets or just not highlight any of them. up to you. |
Hey @liuxuan30, so sorry for disturbing u again, here I am sharing little piece of code, plz tell me how can I use radar chart renderer highlight method to achieve my goal, I am very new to this technology, plz help me out
// chartView.highlightPerTapEnabled = false |
I mean you have to figure out what you want to do. A dot when highlighting, or a dot always in the chart? It's different. |
How highlighted all circles in radar chart? |
Say it is a radar chart view, can ios-charts draw a dot circle at each data point (a specific yValue and xIndex)?
The text was updated successfully, but these errors were encountered: