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

Slope graph is not parsing data in Grafana 9.0.3 #7

Open
DImuthuUpe opened this issue Aug 31, 2022 · 1 comment
Open

Slope graph is not parsing data in Grafana 9.0.3 #7

DImuthuUpe opened this issue Aug 31, 2022 · 1 comment

Comments

@DImuthuUpe
Copy link
Contributor

I noticed a data parsing issue in line https://github.com/netsage-project/netsage-slopegraph-panel/blob/master/src/parseData.js#L14 and changing valueField[0].values.buffer.map to valueField[0].values.left.buffer.map resolved the issue. However, I need to make sure whether it is the correct resolution or not.

@KatrinaTurner
Copy link
Collaborator

Oop. Sorry, seeing this a bit late. I'm testing now on Grafana 9.5.1 and it seems to be ok. I'm pushing some other changes to the tooltip that broke though.
That being said, I am working on updating the parsers on several of my older plugins so I will update this one as well. Thanks for pointing it out!

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

2 participants