-
-
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
Stepped line charts #539
Comments
I agree, this would be really helpful |
What's "stepped line chart"? |
Man you only need about 30 minutes, cloning the That should just be an option to toggle in the dataset to trigger stepped rendering. I do not have the time to implement this right now but I will be more than happy to review a PR :-) |
Thanks for the suggestion, Daniel! As soon as i manage to get some time i will try to play with it. |
A new flag was added to ILineChartDataSet and relative implementations. The value of the flag is then used to slightly modify the behavior of drawLinear and generateFilledPath in LineChartRenderer. The appropriate demo viewControllers were also updated with the new flag.
This is merged in. Thank you @ezamagni ! |
Stepped line charts are not supported...?
If we could get that implemented then we can finally drop the huge bloat that is CorePlot from our projects...!
The text was updated successfully, but these errors were encountered: