Hi there. I would like to make a simple map of the US that is color-coded and allows the user to hover or click on a state to get more information. Similar to an image map in html. Something VERY simple that just separates by states. Similar to https://www.10bestdesign.com/jqvmap/ but of just the US.
Hello Brooke,
color-coding whole-country areas is currently not possible with the Grafana Worldmap Panel. Currently, it only draws circles at geolocations. We are tracking this feature at https://github.com/panodata/grafana-map-panel/issues/40.
With kind regards,
Andreas.
hi,
Unfortunately you cannot do this using in-built world map component BUT using the AJAX-Panel component and d3js Choropleth Map libraries you can achieve the same. I have done something similar (non cloropleth but approach is same) using leaftlet.js and AJAX-Panel component at my work.
You can also try leaflet- Choropleth Map