-
Notifications
You must be signed in to change notification settings - Fork 260
Line Chart with circles #40
Comments
Circles on the points isn't something doable with the current codebase as it exists but it's certainly a reasonable feature request. You're welcome to try and implement it yourself and submit a PR. Otherwise, I'll keep this one open for someone else or me to implement. |
@IbrahimAmin i have the same question, are you achieve that? |
I was expecting to achieve this functionality for a certain long time also. I also understand; this option would also help addressing issue #83 but a much better option would be to implement a 'monotone cubic interpolation' method instead of the basic bezier function in 'bezier.js' that would eliminate the 'overshooting' issue definitely. I have run across many other libs that utilizes this functionality and those smoothline charts really shine in this aspect. another example with code is; Otherwise basic bezier splines are always troublesome regarding 'overshooting' and 'displaying of nonexistent values' which practically renders smoothline charts useless practically. I wish we could implement this functionality here. |
@Ibrahim-GHub have you had any success with pathjs or any other react native component? |
@Softrabbit-de I used this one in the end https://github.com/PhilJay/MPAndroidChart |
@Ibrahim-GHub thanks for your hint. I switched to Victory last week :) |
Can i achieve something like that?
What I need is just to have a single line with circles at each point.
Like the one from http://andreaferretti.github.io/paths-js-react-demo/
The text was updated successfully, but these errors were encountered: