diff options
| author | Orbiter <Orbiter@users.noreply.github.com> | 2016-08-26 12:15:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-26 12:15:39 +0200 |
| commit | e5955ac7456b1c45861f3147d2167540abec9219 (patch) | |
| tree | 2d1dc3b213c0ce2b88a992f0fda1d2ecffa9284e /htroot/Network.html | |
| parent | 503312ca43d355e18466933804151dcdf7e688c6 (diff) | |
| parent | 1f48d65b66a53ac9243b958f83c704b3d6aac915 (diff) | |
Merge pull request #42 from otteresk/master
improve plotting to make better use of y range
Diffstat (limited to 'htroot/Network.html')
| -rw-r--r-- | htroot/Network.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/Network.html b/htroot/Network.html index 576952a99..bb63252cf 100644 --- a/htroot/Network.html +++ b/htroot/Network.html @@ -390,7 +390,7 @@ document.getElementById("apilink").setAttribute("href", "Network.xml?" + window. scale: number of hours per scale unit in the bottom line
-->
<h3><b>Count of Connected Senior Peers</b> in the last two days, scale = 1h</h3>
- <img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=48" />
+ <img src="/NetworkHistory.png?columns=cC&scale=1&maxtime=48&width=809" />
<h3><b>Count of all Active Peers Per Day</b> in the last week, scale = 1d</h3>
<img src="/NetworkHistory.png?columns=aD&scale=24&maxtime=168" />
<h3><b>Count of all Active Peers Per Week</b> in the last 30d, scale = 7d</h3>
|
