Simple turn off animations for now. Toggling to come later.

This commit is contained in:
Promofaux
2016-04-15 21:17:18 +01:00
parent 6d175c2f55
commit 8bb172aae6
+1 -1
View File
@@ -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,
{