clavesi / coronavirus-map

A map showing the cases, deaths, and mortality rate of the coronavirus across the globe with changing size and intensity of circles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Size Comparison

clavesi opened this issue · comments

Currently, the circles scale to the number of cases. However, this isn't a good way to illustrate it as places like China will of course have a lot. It doesn't really show how bad it is in each country. They should scale to something like per capita.

Also, the sigmoid function should basically all be variables. These variables should come from things like the min and max case amounts so it updates by itself.