Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mess with colors
  • Loading branch information
couchand committed Oct 7, 2013
1 parent d15bacf commit a663246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -50,7 +50,7 @@

var color = d3.scale.ordinal()
.domain([2000, 2002, 2004, 2006, 2008, 2010, 2012])
.range(colorbrewer["YlGnBu"]["7"]);
.range(colorbrewer["PuBuGn"]["9"].slice(2));

var percentile = d3.scale.quantile()
.range(d3.range(0,100));
Expand Down

0 comments on commit a663246

Please sign in to comment.