X-Git-Url: https://git.novaco.in/?p=p2pool.git;a=blobdiff_plain;f=web-static%2Fgraphs.html;h=6de46cb28daf4c9e07e8790f79b48154cbd9727a;hp=62d8c745c150352cf7ac4915b1ce03db1f3484e2;hb=0460c6cf03b8da4a5accb5ac26606e596a5571ff;hpb=97ade2b07daaf09d407a0be9254fb73a30a7faf8 diff --git a/web-static/graphs.html b/web-static/graphs.html index 62d8c74..6de46cb 100644 --- a/web-static/graphs.html +++ b/web-static/graphs.html @@ -422,7 +422,8 @@ ]); plot_later(d3.select("#local_shares"), "H/s", "H", [ {"url": "../web/graph_data/local_share_hash_rate/last_" + lowerperiod, "color": "#0000FF", "label": "Total"}, - //{"url": getData("../web/graph_data/local_dead_share_hash_rate/last_" + lowerperiod, "color": "#FF0000", "label": "Dead"} + {"url": "../web/graph_data/local_dead_share_hash_rate/last_" + lowerperiod, "color": "#FF0000", "label": "Dead"}, + {"url": "../web/graph_data/local_orphan_share_hash_rate/last_" + lowerperiod, "color": "#00FF00", "label": "Orphan"} ]); plot_later(d3.select("#payout"), currency_info.symbol, null, [ {"url": "../web/graph_data/current_payout/last_" + lowerperiod, "color": "#0000FF"}