diff --git a/Chart.js b/Chart.js index 1d5418a6e92..a25acef1d6b 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