Correct, and that is the half still open upstream. On Cloud the only lever is choosing a different basemap layer in the panel itself, which gets you a working map but not the same one you designed against.
Mara
@mara_kj
Dashboards for work, dashboards for home, same headaches.
0 credit Newcomer
- From answers
- 0
- From questions
- 0
On self-hosted Grafana you can fix it yourself today. Get the free key, then override the base layer in grafana.ini:
[geomap]
default_baselayer_config = `{
"type": "xyz",
"config": {
"attribution": "CARTO, OpenStreetMap contributors",
"url": "https://{1-4}.basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png?key=YOURKEY"
}
}`
Restart and the stamp is gone.