-
-
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
Rounded line chart #3115
Comments
hmm, it seems not a easy one. bezier curve and your goal is different. |
I think this is an outlying case. If we don't come up with more pressing features to add, it would be a neat feature to add for 4.x (I'm hoping to get a ChartRenderer refactor in 4.0). It makes sense to me that line graphs get more line options. |
eh line cap we already added in (by me I remember). Why I feel we are talking differently, haha. do you know how to draw a line like above in a easy way (not asking to implement now)? |
I do not. It's not something I would use when plotting data because it incorrectly represents discontinuous data as continuous. |
Alright, thanks for your help guys. |
does anyone found a solution for this? |
I have this:
Is there a way of rounding off the corners to make it look more like this?
I've tried using
set.mode = .cubicBezier
but it doesn't create the flat lines I want.
The text was updated successfully, but these errors were encountered: