Skip to content

Commit

Permalink
Added missing label on default payout table.
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Sep 7, 2015
1 parent aabf60f commit 2605f84
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 @@ -446,7 +446,7 @@ <h2>Memory Usage</h2>
plot(d3.select('#local_shares'), 'H/s', 'H', data_to_lines(data), true);
});
plot_later(d3.select("#payout"), currency_info.symbol, null, [
{"url": "../web/graph_data/current_payout/last_" + lowerperiod, "color": "#0000FF"}
{"url": "../web/graph_data/current_payout/last_" + lowerperiod, "color": "#0000FF", "label": "Current"}
]);
d3.json("../web/graph_data/pool_rates/last_" + lowerperiod, function(data) {
plot(d3.select('#pool'), 'H/s', 'H', data_to_lines(data), true);
Expand Down

0 comments on commit 2605f84

Please sign in to comment.