-
-
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
A scatter chart that preserves the order of the XY data pairs #170
Comments
Would you care to try to implement? Extending or duplicating the existing ScatterChart would be a great start ;-) |
Sure Daniel, I already have a working version in my branch https://github.com/gjpc/ios-charts Would it be more helpful to you if I rename the object to IindependentScatterChart so you may merge it without effecting the original? This way if you use the chart you know you are going to take the speed hit and I don;t have to add code to do the breaks. I also added the option to draw the lines between non-ordered pairs. You can see a sample in my branch's README.ME. |
Yes of course! |
Hi Daniel. Please excuse my unfamiliarity with git hub, I did not mean to push anything into your repo I was trying to update my repo to your latest revisions. I have updated my branch with what I think is your upstream master branch as of the time of this comment. I have no changes in existing Charts files, just added the IndependentScatter* swift files and of course the Charts project file. I modified the demo project adding IndependentScatterChart. I think my branch is ready to merge with the main. But I have no idea how to do this. Please advise. |
I released a better demo today on my branch https://github.com/gjpc/ios-charts |
@danielgindi I extended the lines to the axis of there is an out of viewport data point as per #130 (comment) |
This is a feature request. It would be nice to have a scatter chart that does not throw out the order that the XY pairs are placed into the data set for the expediency of speed. This will prevent non ascending ordered XY pairs from disappearing from the chart while zooming and panning.
The text was updated successfully, but these errors were encountered: