diff --git a/public/templates/mmcFE/statistics/graphs/both.tpl b/public/templates/mmcFE/statistics/graphs/both.tpl index ff760be1..03832b5f 100644 --- a/public/templates/mmcFE/statistics/graphs/both.tpl +++ b/public/templates/mmcFE/statistics/graphs/both.tpl @@ -1,7 +1,6 @@ {if is_array($YOURHASHRATES) && is_array($POOLHASHRATES)}
-{foreach from=array('area','pie') item=chartType} - +
@@ -30,14 +29,11 @@ {/for} {for $i=0 to date('G', time() - 60 * 60)} - + {/for}
Your vs Pool Hashrate
{$POOLHASHRATES.$i|default:"0"}{$POOLHASHRATES.$i|default:"0"}{$POOLHASHRATES.$i - $YOURHASHRATES.$i|default:"0"}

-{/foreach}
-{else} -

  • No shares available to start calculations
  • {/if} diff --git a/public/templates/mmcFE/statistics/graphs/mine.tpl b/public/templates/mmcFE/statistics/graphs/mine.tpl index fe217f2f..4d4259f2 100644 --- a/public/templates/mmcFE/statistics/graphs/mine.tpl +++ b/public/templates/mmcFE/statistics/graphs/mine.tpl @@ -26,6 +26,4 @@ -{else} -

  • No shares available to start calculations
  • {/if} diff --git a/public/templates/mmcFE/statistics/graphs/pool.tpl b/public/templates/mmcFE/statistics/graphs/pool.tpl index ba2ed4e5..f8d118c7 100644 --- a/public/templates/mmcFE/statistics/graphs/pool.tpl +++ b/public/templates/mmcFE/statistics/graphs/pool.tpl @@ -26,6 +26,4 @@ -{else} -

  • No shares available to start calculations
  • {/if}