diff options
author | Marvin Borner | 2023-01-05 15:03:48 +0100 |
---|---|---|
committer | Marvin Borner | 2023-01-05 15:03:48 +0100 |
commit | a10ea4d3ae03406b230a1fbcbc77a60c48a7154e (patch) | |
tree | 0eed81a1a60203401f30a0c85896cdc4a4bfe4ab /index.html | |
parent | b63f1f0ae48d14863cd2dc7da0d7310b513ed6a8 (diff) |
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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">❮</span> <span id="selectedYear" data-week=0></span> <span id="nextYear">❯</span></p> <div class="chart" id="heatMap"></div> </div> </div> |