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

Initial support for timeseries panels #181

Merged
merged 1 commit into from
Feb 3, 2022

Conversation

K-Phoen
Copy link
Contributor

@K-Phoen K-Phoen commented Nov 7, 2021

Hi,

This PR adds support for timeseries panels, introduced in Grafana 7.4.

If merged, it would address half of #178

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.1%) to 50.202% when pulling 46bd722 on K-Phoen:timeseries into 56cdea6 on grafana-tools:master.

@K-Phoen K-Phoen mentioned this pull request Nov 7, 2021
5 tasks
@jpdstan
Copy link
Contributor

jpdstan commented Dec 9, 2021

would love for this to get merged :)

PointSize int `json:"pointSize"`
ShowPoints string `json:"showPoints"`
SpanNulls bool `json:"spanNulls"`
HideFrom struct {
Copy link
Collaborator

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?

Copy link
Contributor

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
        },

Copy link
Collaborator

@GiedriusS GiedriusS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GiedriusS GiedriusS merged commit edae16a into grafana-tools:master Feb 3, 2022
@K-Phoen K-Phoen deleted the timeseries branch February 8, 2022 22:40
wurbanski pushed a commit to kubermatic/grafanasdk that referenced this pull request Mar 30, 2022
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

Successfully merging this pull request may close these issues.

4 participants