Skip to content

Commit

Permalink
Fix #92 (co2 colors)
Browse files Browse the repository at this point in the history
  • Loading branch information
corradio committed Oct 19, 2016
1 parent 35c3f6f commit e1ee7ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/static/app/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!nobrowsercheck && !isChrome()) {
'http://localhost:8000' : REMOTE_ENDPOINT;

var co2color = d3.scale.linear()
.domain([0, 250, 500])
.domain([0, 350, 700])
.range(['green', 'orange', 'black']);
var maxWind = 15;
var windColor = d3.scale.linear()
Expand Down

0 comments on commit e1ee7ce

Please sign in to comment.