From 8bb172aae633f4bcc3b67d3a1e7396c46a1ec201 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 15 Apr 2016 21:17:18 +0100 Subject: [PATCH] Simple turn off animations for now. Toggling to come later. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 32b7ce36..cf159bf0 100644 --- a/index.php +++ b/index.php @@ -243,7 +243,7 @@ return (isMobile.Android() || isMobile.BlackBerry() || isMobile.iOS() || isMobile.Windows()); } }; - var animate = !isMobile.any(); + var animate = false; var ctx = document.getElementById("queryOverTimeChart").getContext("2d"); timeLineChart = new Chart(ctx).Line(chartData, {