You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
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.
The text was updated successfully, but these errors were encountered: