Skip to content

Commit

Permalink
Added missing unit to peers
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Sep 7, 2015
1 parent 2605f84 commit a4618de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-static/graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ <h2>Memory Usage</h2>
plot(d3.select('#pool'), 'H/s', 'H', data_to_lines(data), true);
});
d3.json("../web/graph_data/peers/last_" + lowerperiod, function(data) {
plot(d3.select('#peers'), '', null, data_to_lines(data, function(line){ return line.label == "incoming" }), true);
plot(d3.select('#peers'), 'Total', null, data_to_lines(data, function(line){ return line.label == "incoming" }), true);
});

d3.json("../web/graph_data/miner_hash_rates/last_" + lowerperiod, function(data) {
Expand Down

0 comments on commit a4618de

Please sign in to comment.