-
Notifications
You must be signed in to change notification settings - Fork 6
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
How to use Line #7
Comments
So you should be able to define your
And then the other important piece is to enter the two keys that will be joined.
So those three important things: the property must exist in the geojson as a LineString, enter the json path to the identifier, and enter the tag you've grouped by. |
I am able to get it to work. this is my line.json
|
OK, got some info. It turns out that there may be an issue with displaying fixed colors. If you set the "Visualization Color Options" to "measurement", the line should magically appear. If this does happen, then that would confirm the issue. Please let me know. |
I tried with measurement instead of fixed, still no line |
If you could look at the javascript console output from your browser, that would probably help - any error messages or strange logs? |
It says: f-xxxxxxxxxxxxxxxxxx is counting upwards, it is epoch time i guess |
at the top is says |
My mistake, I think I have played with this opacity number, let me change that |
also worth noting - I made some more commits after the 1.1 tag, which might fix this issue. I cannot reproduce the issue using the current repository version. I will tag the 1.1.1 release and put that through to the grafana-plugin list. |
I am using 1.1.1, installed it a few seconds ago, using this command |
right, just saw that the plugin directory has 1.1.1 - however, there was a minor patch after that related to maps failing to render. You could wait for the directory to be updated, or clone the plugin directly from this repo instead of using the grafana-cli. As for a workaround, try the grafana refresh button? |
I used git in my Debian, so now have the latest version, still not possible to make line. It says |
at the top in java console |
Thank you for all your help, you are quick to reply 👍 |
I can successfully view data with polygon but not with Line.
How to do that with a line?
Can you help me in the right direction maybe?
The text was updated successfully, but these errors were encountered: