Skip to content

Commit

Permalink
fix default color
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Jul 10, 2014
1 parent 8d2abee commit c679068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3map.js
Expand Up @@ -34,7 +34,7 @@ var path = d3.geo.path()
var colorScale = d3.scale.linear()
.domain(d3.extent(v))
.interpolate(d3.interpolateHcl)
.range(["orange", "green"]);
.range(["white", "lightgrey"]);

// add grey color if no values
var color = function(i){
Expand Down

0 comments on commit c679068

Please sign in to comment.