aboutsummaryrefslogtreecommitdiff
path: root/assets/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'assets/js/main.js')
-rwxr-xr-xassets/js/main.js8
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
}]
},