grafana-toolbox / panodata-map-panel

Map Panel for Grafana with improved convenience, robustness and features. Friendly fork of the original Grafana Worldmap Panel. Currently not maintained, but verified to work up to Grafana 9.

Home Page:https://community.panodata.org/t/grafana-map-panel/121

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana 8: Some fields in config panel not rendering properly and unusable

thepilot21 opened this issue · comments

Grafana version is 8.1. Browser Chrome (although I also tried Edge).

image

This image shows the center and zoom level options but the fields are not visible and do not seem to accept input. Even the "Center" dropdown does not show the setting that I have picked although the selection list is visible when I click on the arrow.

This problem does not occur if Fit to Data is set because of course then the non working fields are not shown.

Please do let me know if I can provide any additional data to help debug.

Thanks,

Mike

I found that the fields in question are wrapped in a

(in editot.html) that when removed makes the issue go away. I do not know if this is the right thing to do to fix the problem but it seems to work for me.

In editor.html:

I removed line 337 <div class="section editor-column width-24">
and also removed the closing <\div. at 410.

Mike

Dear Mike,

thank you for figuring this out. Will you be able to submit a patch by making a corresponding pull request?

With kind regards,
Andreas.