From afb41550151978f0fcd4c7682acf8869e2b622da Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 6 Aug 2015 16:37:53 +0200 Subject: [PATCH] Remove animation thing. [skip ci] --- public/js/charts.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/public/js/charts.js b/public/js/charts.js index 07d01df8ad..83a556a4fa 100644 --- a/public/js/charts.js +++ b/public/js/charts.js @@ -1,10 +1,5 @@ /* globals $, Chart, currencySymbol */ -Chart.defaults.global = { - // Boolean - Whether to animate the chart - animation: false -} - /* Make some colours: */