I'm building a contiguous cartogram of inward refugee numbers, based on this example using cartogram.js for D3.
When I just use the refugee number, the map does not move. Base refugee number
But when I add an arbitrary number to "r" on line, the it works. And the higher the arbitrary number, the more dramatic the change. Example 1 Example 2
Why is this? Is it because some of my values are 0, or because the variance is too high?