Hi everyone. I’ve created a world vector map to display some metrics for countries that we’ve in our database. When the chart is rendered there are a couple of countries that don’t get any color like USA for example.
My first though was that the selected metric was 0 for those countries but is not the case. Also I’ve created a Bars grouped by countries using the same metrics and they’ve showed up. Do I need to specify something else than .set('shape', 'world')
in the map declaration?