From: Nick Downie Date: Mon, 25 Mar 2013 19:38:08 +0000 (+0000) Subject: Fix for broken radar rotation X-Git-Tag: v0.2.0~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19e32556e88175125b72599ce1db34da2790a97d;p=thirdparty%2FChart.js.git Fix for broken radar rotation --- diff --git a/Chart.js b/Chart.js index 1d5418a6e..a25acef1d 100755 --- a/Chart.js +++ b/Chart.js @@ -534,7 +534,7 @@ var Chart = function(context){ ctx.save(); //translate to the centre of the canvas. ctx.translate(width/2,height/2); - ctx.rotate(rotationDegree); + //We accept multiple data sets for radar charts, so show loop through each set for (var i=0; i