Open MihaiLiviuGit opened 5 years ago
A common use case is to drill down on a country to its subregions. I would like to be able to click on USA and view a choropleth map of it's states together with on hover tooltip. Is this possible?
+1
I made a similar drill down experiment with a world map and a cantonal map of Switzerland a while back on codesandbox. It could provide some basis for what you are trying to do.
https://codesandbox.io/s/v653jj6oz3
With two topojson files it's still ok, but if you have more than that, you may have to prepare them to have standardised ids etc.
A common use case is to drill down on a country to its subregions. I would like to be able to click on USA and view a choropleth map of it's states together with on hover tooltip. Is this possible?