-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathplayers.html
59 lines (50 loc) · 1.79 KB
/
players.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
---
title: "Player Statistics"
permalink: "/players/"
js:
- /scripts/server-browser.js
- /scripts/vendor/flot.js
- /scripts/vendor/flot-selection.js
- /scripts/vendor/flot-stack.js
- /scripts/vendor/flot-time.js
- /scripts/vendor/flot-tooltip.js
- /scripts/vendor/flot-resize.js
- /scripts/vendor/javascript-rrd.js
- /scripts/vendor/rrd-flot.js
- /scripts/vendor/rrd-flot-async.js
- /scripts/players.js
---
<section class="site-section">
<div class="site-section__content">
<h1 class="site-section__heading">Player Statistics</h1>
<p>The following plots show the average number of players active in publically advertised servers over various time ranges. They are generated from the <a href="{{ '/games/' | relative_url }}">real-time games list</a>.</p>
</div>
</section>
<hr class="site-section__divider" />
<section class="site-section">
<div class="site-section__content">
<h2 class="site-section__heading">Players Over the Last 5 Hours</h2>
<div id="thirtyseconds" class="flot-chart">Loading...</div>
</div>
</section>
<hr class="site-section__divider" />
<section class="site-section">
<div class="site-section__content">
<h2 class="site-section__heading">Players Over the Last 2 Days</h2>
<div id="fiveminutes" class="flot-chart">Loading...</div>
</div>
</section>
<hr class="site-section__divider" />
<section class="site-section">
<div class="site-section__content">
<h2 class="site-section__heading">Players Over the Last 2 Weeks</h2>
<div id="halfanhour" class="flot-chart">Loading...</div>
</div>
</section>
<hr class="site-section__divider" />
<section class="site-section">
<div class="site-section__content">
<h2 class="site-section__heading">Players Over the Last 2 Years</h2>
<div id="daily" class="flot-chart">Loading...</div>
</div>
</section>