-
Notifications
You must be signed in to change notification settings - Fork 193
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
Initial support for timeseries panels #181
Conversation
would love for this to get merged :) |
PointSize int `json:"pointSize"` | ||
ShowPoints string `json:"showPoints"` | ||
SpanNulls bool `json:"spanNulls"` | ||
HideFrom struct { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In an example dashboard I get:
"hideFrom": {
"graph": false,
"legend": false,
"tooltip": false
},
On 7.5.1. Could you please point me to an example dashboard that has all of these settings? Or the typescript file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i see this in 8.3.1
"hideFrom": {
"tooltip": false,
"viz": false,
"legend": false
},
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see graph
became viz
: grafana/grafana@3741757#diff-b367f53dae5d529519d8aa120defc72f78a685b82dc5051f048f0c6e3096df44R523-R526 😞 another change of schema.
Hi,
This PR adds support for
timeseries
panels, introduced in Grafana 7.4.If merged, it would address half of #178