[UPDATE] Removed noticable markers, removed both graph
This commit is contained in:
parent
4dcd98df21
commit
87bdd61fe9
@ -16,12 +16,13 @@ $(function () {
|
|||||||
xkey: 'time',
|
xkey: 'time',
|
||||||
ykeys: ['hashrate'],
|
ykeys: ['hashrate'],
|
||||||
labels: ['Hashrate'],
|
labels: ['Hashrate'],
|
||||||
pointSize: 2,
|
pointSize: 1,
|
||||||
hideHover: 'auto',
|
hideHover: 'auto',
|
||||||
resize: true,
|
resize: true,
|
||||||
fillOpacity: 1.00,
|
fillOpacity: 1.00,
|
||||||
lineColors: ['#24A665'],
|
lineColors: ['#24A665'],
|
||||||
pointFillColors: ['#FFFFFF'],
|
pointFillColors: ['#24A665'],
|
||||||
|
pointStrokeColors: ['#24A665']
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
if ($(e.target).attr('href') == '#pool' && $('#pool-area-chart').html().length == 0) {
|
if ($(e.target).attr('href') == '#pool' && $('#pool-area-chart').html().length == 0) {
|
||||||
@ -32,12 +33,13 @@ $(function () {
|
|||||||
xkey: 'time',
|
xkey: 'time',
|
||||||
ykeys: ['hashrate'],
|
ykeys: ['hashrate'],
|
||||||
labels: ['Hashrate'],
|
labels: ['Hashrate'],
|
||||||
pointSize: 2,
|
pointSize: 1,
|
||||||
hideHover: 'auto',
|
hideHover: 'auto',
|
||||||
resize: true,
|
resize: true,
|
||||||
fillOpacity: 1.00,
|
fillOpacity: 1.00,
|
||||||
lineColors: ['#24A665'],
|
lineColors: ['#24A665'],
|
||||||
pointFillColors: ['#FFFFFF'],
|
pointFillColors: ['#24A665'],
|
||||||
|
pointStrokeColors: ['#24A665']
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -54,12 +56,10 @@ $(function () {
|
|||||||
<ul class="nav nav-pills" id="hashrategraph">
|
<ul class="nav nav-pills" id="hashrategraph">
|
||||||
<li><a href="#mine" data-toggle="tab">Mine</a></li>
|
<li><a href="#mine" data-toggle="tab">Mine</a></li>
|
||||||
<li><a href="#pool" data-toggle="tab">Pool</a></li>
|
<li><a href="#pool" data-toggle="tab">Pool</a></li>
|
||||||
<li><a href="#both" data-toggle="tab">Both</a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<div class="tab-content">
|
<div class="tab-content">
|
||||||
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/mine.tpl"}
|
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/mine.tpl"}
|
||||||
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/pool.tpl"}
|
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/pool.tpl"}
|
||||||
{include file="{$smarty.request.page|escape}/{$smarty.request.action|escape}/both.tpl"}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user