grafana / worldmap-panel

Worldmap panel plugin for Grafana 3.0 that can be overlaid with circles for data points.
MIT License
309 stars 199 forks source link

Add option to only center the map on dashboard load #209

Open athakur opened 5 years ago

athakur commented 5 years ago

I would like to see an option to only center the map as per the "center" option under "map visual options" when a dashboard is first loaded. If the viewer moves the map around and the dashboard refreshes, it would then remain in the location the viewer moved it to instead of snapping back to whatever the center option is set to.

amotl commented 5 years ago

Dear Anand,

thanks for writing in. We added such functionalities through #197 ff. and recently published our work as Worldmap Panel NG, which development is appreciated by the people of Grafana already and will eventually be merged back into mainline. For now, it is being conceived over at https://github.com/hiveeyes/grafana-worldmap-panel.

If everything is in place, there might be chances it is directly installable by invoking:

# Install most recent version side by side of the vanilla Grafana Worldmap plugin
grafana-cli \
  --pluginUrl https://github.com/hiveeyes/grafana-worldmap-panel/archive/develop.zip \
  plugins install grafana-worldmap-panel-ng

With kind regards, Andreas.