diff options
author | Marvin Borner | 2018-06-22 15:41:17 +0200 |
---|---|---|
committer | Marvin Borner | 2018-06-22 15:41:17 +0200 |
commit | f6d58059ece646013787cd9b24cebabb2302a33b (patch) | |
tree | 0bf4f7304390355e826d37ef384a0987770188a0 /assets/js/main.js | |
parent | 3d4bab9751ff3ffa9a0df8b6dc43bfd6b45dfe44 (diff) |
Added copyright notice and fixed several small things
Diffstat (limited to 'assets/js/main.js')
-rwxr-xr-x | assets/js/main.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/assets/js/main.js b/assets/js/main.js index eb161c3..ecee955 100755 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -1,3 +1,9 @@ +/** + * Clientside Script of the Netflix Stats Generator + * @author Marvin Borner + * @copyright Marvin Borner 2018 + */ + const CookieInput = $(".CookieInput"); let NetflixJson; @@ -126,7 +132,7 @@ function RenderDayTimeChart(AverageWatchTimeOccurrenceArray) { borderColor: "rgb(255, 99, 132)", cubicInterpolationMode: "monotone", pointRadius: 0, - pointHitRadius: 10, + pointHitRadius: 15, data: AverageWatchTimeOccurrenceArray }] }, |