php-mpos/public/templates/bootstrap/statistics/graphs/both.tpl
2014-03-25 23:13:38 -07:00

11 lines
268 B
Smarty

{if is_array($YOURHASHRATES) && is_array($POOLHASHRATES)}
<div class="tab-pane fade in" id="both">
<div class="panel-heading">
Your vs. Pool Hashrate
</div>
<div class="panel-body">
<div id="both-area-chart"></div>
</div>
</div>
{/if}