alexandrainst / alexandra-trackmap-panel

Grafana map plugin to visualise coordinates as markers, hexbin, ant path, or heatmap.
MIT License
78 stars 26 forks source link

Is it possible to have more than one "popup/text/desc" field? #60

Closed pbhetwal closed 2 years ago

pbhetwal commented 3 years ago

I am trying to display more than one popup per lat, long point.

j-or commented 2 years ago

You can't add two "popups" or two "tooltips" to one marker. You can either add all your information inside the same popup/tooltip, or have one of each with different content in the two. So you can show one thing on mouseover and another on click.

popup_tooltip