-
-
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
Adding feature to LineChart: drawing image on nodal points #641
Comments
Guys, just tell me what am I doing wrong? |
I am lost. You are creating a PR, but you are asking what are you doing wrong? Is this PR you want to merge into ios-charts, or you just use it to create a project that has your problem? |
Its a complete solution in PR, both changes in framework and in demo project. But nearly two weeks passed and there is no reaction neither in issue nor in Pull Requests section. I mean, what should I do for PR to be accepted? |
Accepting a PR involves code review, testing, and making the code cross If you want to speed up the process- you are very welcome to port this code
|
My PRs are much older than yours, so.. be patient, especially it's not a bugfix. Lots of things to think about and review.. and people are busy, right:) |
Hi is there any news about this feature? |
I believe its coming, but on standby atm. Meanwhile you can implement this PR on the master branch yourself. It's quite simple. I did it for pie charts here: https://github.com/askielboe/ios-charts/tree/new-piechart-icons |
This feature is enabled by PR #1261 |
Sometimes circle in the nodal point is not enough customisation. Here implemented add-on to LineChart renderer which allows to draw custom UIImage instead of (or on top of) circle.
For using: switch DataSet.drawNodalImageEnabled=true, set image by DataSet.nodalImage=UIImage() and that's it. See demo project also.
#629
The text was updated successfully, but these errors were encountered: