aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorMarvin Borner2023-01-05 15:03:48 +0100
committerMarvin Borner2023-01-05 15:03:48 +0100
commita10ea4d3ae03406b230a1fbcbc77a60c48a7154e (patch)
tree0eed81a1a60203401f30a0c85896cdc4a4bfe4ab /index.html
parentb63f1f0ae48d14863cd2dc7da0d7310b513ed6a8 (diff)
Fixed some thingsHEADmaster
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index dd347a0..db1280f 100755
--- a/index.html
+++ b/index.html
@@ -38,6 +38,7 @@
<div class="stats" id="stats">
<h2>Netflix Statistics</h2>
+ <div><b>Note:</b> The statistics don't include rewatches due to technical reasons</div>
<div>Total watch time: <span id="totalSpent"></span></div>
<div>
<p>Title count per hour:</p>
@@ -49,7 +50,8 @@
<div class="chart" id="topChart"></div>
</div>
<div>
- <p>Title count per day this year:</p>
+ <p>Title count per day per year:</p>
+ <p><span id="prevYear">&#10094;</span> <span id="selectedYear" data-week=0></span> <span id="nextYear">&#10095;</span></p>
<div class="chart" id="heatMap"></div>
</div>
</div>