From f6d58059ece646013787cd9b24cebabb2302a33b Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Fri, 22 Jun 2018 15:41:17 +0200 Subject: Added copyright notice and fixed several small things --- assets/js/main.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'assets/js/main.js') 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 }] }, -- cgit v1.2.3