-
Notifications
You must be signed in to change notification settings - Fork 26
Add Grafana 7 compatibility #18
Comments
I am still facing the same issue. Has this been resolved yet? |
There is some work in progress. Hopefully by next week. |
What is the expected date of getting this issue fixed? |
We have a new version about to be released. However, this new version will most likely drop support for Grafana 6 and older... |
@shreyasisinha Would you be able to test this release candidate? #24 |
@Alkarex I would like to test your RC against Grafana 7.2.0. How do I do it? |
@alchuk You can for instance download the RC from https://github.com/alexandrainst/alexandra-trackmap-panel/archive/%2318_add_grafana_7_compatibility.zip and use it to replace the old version (after doing a backup). |
@alchuk We might have found an issue. Another of my colleagues is testing at the moment |
@Alkarex At least it stopped from crashing right after changing the visualisation type to TrackMap. I need to tune my backend as I have never used your plugin before. Will get back right away. |
@alchuk You can put the entire plugin in the grafana/data/plugins folder and run yarn install and yarn dev (see readme) - or if it's easier, just place the dist folder in grafana/data/plugins without any need for yarn. That should work too. Note: I just updated the RC branch. |
It doesn't seem to work for me. I'm using InfluxDB as a backend. |
Is the query in Grafana formatted as "Table"? |
Yes |
I have tried with Influx with no problem. Could you please try fill(0) instead? |
Yeah. Thanks. Finally it helped me to get it working. Seems to be a bug. Now there's another problem: |
testing this seems there is some offset on the long
|
Sorry correcting the mallformated table
` |
Could you please confirm whether the center position is wrong. I check with Google Maps and it seems to be the same place as the center in your image. |
yes this is the problem the cntre of map is where the location should be ploted, but it is far to the left like you can see. google maps shows corectly. I set the centre of map so as to see where it should plot. |
@grootwitbaas Have you tried switching visualisation type to Markers and clicking on a marker? That way, you can see what coordinates the data points are given on the map. |
so seems my b point is not taken, it shows 0 response:Object |
* Add Grafana 7 compatibility * Update license in package.json * Update README.md Co-authored-by: Alexandre Alapetite <alexandre.alapetite@alexandra.dk> * Add dist, update gitignore * Fix map not updating on panel resize Co-authored-by: Alexandre Alapetite <alexandre.alapetite@alexandra.dk>
I still get the error |
@raul-parada Which exact version have you installed? |
At the moment, it does not look like this plugin works with Grafana 7
More precisely, might be related to Removes variableSrv grafana/grafana#24779
When coming to this plug-in, it looks like it is failing at compile time
https://github.com/grafana/grafana/blob/43033ddf7471bb005a8d24f4fda137441043cd2c/public/app/features/plugins/plugin_component.ts#L223
In the Web page:
In the browser console:
The text was updated successfully, but these errors were encountered: