[solved]Bubble map not working

This bubble map isnt working for some reason. However,

  1. How do i get world map? I checked documentation and I dont see anything related to it.

Ddo I only need to change locationmode: ‘USA-states’, ??

can someone help me out?

thanks

I got it solved. The solution was

scope: 'world',
      projection: {
        type: 'world'
      },
1 Like