Skip to content
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

Implement support for plotting confidence interval bands #12410

Closed
yati-sagade opened this issue Jun 26, 2018 · 4 comments
Closed

Implement support for plotting confidence interval bands #12410

yati-sagade opened this issue Jun 26, 2018 · 4 comments

Comments

@yati-sagade
Copy link

Grafana serves our graphing needs for most cases, except when there is time-series data with uncertainty around the data points. The usual way of plotting this uncertainty is to include suitable confidence interval bands in line charts (see this post for an example).

I am willing to help implement this feature unless it is already in the works (doesn't seem like it from my scanning of the issues list).

Please include this information:

What Grafana version are you using?

master

What datasource are you using?

Graphite

What OS are you running grafana on?

Linux 64 bit

What did you do?

What was the expected result?

What happened instead?

If related to metric query / data viz:

Include raw network request & response: get by opening Chrome Dev Tools (F12, Ctrl+Shift+I on windows, Cmd+Opt+I on Mac), go the network tab.

@ryantxu
Copy link
Member

ryantxu commented Jun 26, 2018

You can try using the 'fill below' to get a graph like that.

image

See Display > Series overries > Fill below to:

image

@torkelo
Copy link
Member

torkelo commented Jun 27, 2018

duplicate / similar to this feature request, #516

@torkelo torkelo closed this as completed Jun 27, 2018
@yati-sagade
Copy link
Author

@torkelo thanks! I'll jump in there with my requirement.

@CrashLaker
Copy link

remember also to set fill = 0 under "Draw Options".
took me a while to realize this..
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants