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

[Question]Adding features to WorldMap #67

Closed
luvpreetsingh opened this issue Mar 28, 2017 · 3 comments
Closed

[Question]Adding features to WorldMap #67

luvpreetsingh opened this issue Mar 28, 2017 · 3 comments

Comments

@luvpreetsingh
Copy link

I have a question for adding some features Worldmap Panel.

screenshot from 2017-03-28 16-24-02

Firstly, I am using Influxdb with grafana and tracking a vehicle. Now, when I hover over these points,
I get this n/a: NaN , and I have no idea why this appears. What does it mean?

I want that when I hover over these, I should get the number of times, this point is stored in the database, or the location of this point(or display any other tag in this pop over). Can I do that?

@daniellee
Copy link
Contributor

For the n/a value, you have to fill in the Table Label Field, that value is used for the label. For the value, NaN - that means you have some error in your data. If you create a table panel with the same query, does the data have values then?

@luvpreetsingh
Copy link
Author

@daniellee Thank you, I got the desired values in the pop over.

But now I want to ask that Can I display more than 2 values in the pop over ?

Like, now, I can display only 2 values, Table Label Field : Metric, I can only give 1 tag to this Tabel Label field. Can I give 2, 3 tags to this Table Label Field so that I can view more than 2 values in the pop over ?

if yes, then how can I do it ?

@daniellee
Copy link
Contributor

It is not currently possible to show multiple values in the pop over.

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