Geomap: Marker size scaling

What Grafana version and what operating system are you using?

  • Grafana v11.4.0-203556 (3bf3290340) on Windows 10 Pro using Chrome as browser and using the PostgreSQL data source.

What are you trying to achieve?

  • I’m trying to plot points on the geomap using markers, and automatically scale them using a variable.

What happened?

  • Scaling is inconsistent, sometimes it works as expected, other times its obviously not scaling/showing the proper value.

  • Example: Each location gets 2 markers, one for the value avgein (in green) and one for the value avgaus (in red, rotatet 180°). Both are scaled using the Styles → Size panel with the same min and max values. Most entries are at least correct in the absolute sense (avgein > avgaus => green larger than red), but the ratio between them seems off.

  • In the case of the uploaded image, avgaus is larger than avgein, yet the green icon is still larger than the red one. How can this be?