Clarified the graphs data intervals.

This commit is contained in:
A. Svensson 2015-05-21 19:42:54 +02:00
parent 71fc6dfb9e
commit 1ddec78fc0

View File

@ -55,10 +55,10 @@
<h3>History</h3> <h3>History</h3>
<img src="{% static 'graphs/' %}week-time-{{graph_file}}.png" /> <img src="{% static 'graphs/' %}week-time-{{graph_file}}.png" />
<b>Last week</b> <b>Last week (players / hour)</b>
<br /> <br />
<img src="{% static 'graphs/' %}month-time-{{graph_file}}.png" /> <img src="{% static 'graphs/' %}month-time-{{graph_file}}.png" />
<b>Last month</b> <b>Last month (players / 6 hours)</b>
<h3>Average per day</h3> <h3>Average per day</h3>
<img src="{% static 'graphs/' %}month-avg_day-{{graph_file}}.png" /> <img src="{% static 'graphs/' %}month-avg_day-{{graph_file}}.png" />