Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Adjusted radius scale range
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrgn committed Mar 23, 2013
1 parent 71a0f63 commit 7f59724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dorling_cartogram/index.html
Expand Up @@ -45,7 +45,7 @@
.scale(13600);

var cantonbubble_radius = d3.scale.linear()
.range([20, 45]);
.range([10, 35]);

var path = d3.geo.path()
.projection(projection);
Expand Down

0 comments on commit 7f59724

Please sign in to comment.