Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Google api HeatMap

Hi everyone,

I am using the latest google api to visualize a heat map with countries.

Although it seems that my expression calculations are correct, the number of observations do no map to the correct country.

You can find example of the heatmap attached.

Any ideas as to why this is happening??

1 Solution

Accepted Solutions
Not applicable
Author

I managed to resolve the issue on my own.

It all came down to the sorting of the HeatMap values. I added a new field in the script that corresponded to the sort of values. In that way the correct values were mapped to the countries.

Thanks anyway

View solution in original post

1 Reply
Not applicable
Author

I managed to resolve the issue on my own.

It all came down to the sorting of the HeatMap values. I added a new field in the script that corresponded to the sort of values. In that way the correct values were mapped to the countries.

Thanks anyway