grafana / worldmap-panel

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

Label color #353

Open HB9VQQ opened 1 year ago

HB9VQQ commented 1 year ago

Is there a way to change the background of the label color?

image

Plugin 1.0.3 Grafana 9.5.1

saradickinson commented 1 year ago

Seeing the same problem.

Investigating this is seems that 1.0.3 has broken the label colouring of both dark and light themes compared to 1.0.2 - the css files are no longer installed in the plugin directory and the grafana.log file contains the following level=error msg="Plugin file not found" error="open /var/lib/grafana/plugins/grafana-worldmap-panel/css/worldmap.dark.css: no such file or directory" traceID= and as a result both the dark a light themes leaflet-popups have the appearance above (unreadable)

Note that the labels for the light theme look the same as above in 1.0.2 - so PLEASE also merge https://github.com/grafana/worldmap-panel/pull/286/files to fix colours for both themes