-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add support for shading area between two lines #93
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
Comments
Interesting, |
Also if it is possible, provide an image and demonstrate your idea. |
This is a graph with 80% and 90% confidence intervals. See how the range of values between the confidence intervals is shaded? I'd like to be able to plot the line, a line above it, and a line below it (I can do this all right now) but I'd like to shade between the line above and the line below (I can't do this). |
Thank you for the details. |
Hi, has anyone suggestions about how we should configure this? I just got it working, but i added a bool property "cutOffPreviousLine" on BarAreaData, so it's like the cutOffY property but then a cutOff by the previous line. Suggestions for a better naming is welcome :-) |
I think we can have a property outside of the BarAreaData. |
Resolved and added Sample 7 (Source Code) |
It will be great if you implement your sample and submit a PR to add it to our samples. |
Can we get support to shade above one line until another? This is helpful if we have to lines (lower range & upper range) and we went to shade the possible values between these two lines. So far, I can see we can only cutoff to a constant value.
The text was updated successfully, but these errors were encountered: