-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choropleth map feature #40
Comments
Thanks @amotl - yep, we'd love this feature because the current dot-overlay is quite tricky to read/interpret with lots of data points, for example this is our "requests served per country" over 3 hours: |
I hear you. As outlined by @samant-rags, we want to unlock this using Leaflet Choropleth Map here. For getting a GeoJSON file covering the whole world, we found these resources after a quick research:
As far as I am concerned, we should watch for license and size when choosing the respective dataset here. |
@felipinho-lima asked for the same thing within grafana#241. The given example references the GeoJSON resource eu-countries.js. |
At [1], @sesoko88 brought grafana-leaflet-choropleth-panel by @teosibileau to our attention, see also #20 (comment). Thanks a bunch! [1] https://community.grafana.com/t/giving-the-grafana-worldmap-panel-some-love/17210/12 |
@nbaumann and @neilstuartcraig asked for filling the whole country area rather than overlaying a marker or dot at [1] and [2], Brooke Griffiths asked for kind of the same [3]. This is called a choropleth map in usual jargon.
[1] grafana#14
[2] grafana#241
[3] https://community.grafana.com/t/need-help-creating-a-map/24380
The text was updated successfully, but these errors were encountered: