php-mpos/public/templates/bootstrap/statistics/graphs/both.tpl
2014-03-11 13:18:21 +01:00

10 lines
267 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}