diff --git a/Chart.js b/Chart.js index 00c28136f93..0f7640e037e 100755 --- a/Chart.js +++ b/Chart.js @@ -1117,6 +1117,11 @@ window.Chart = function(context){ ctx.textAlign = "right"; ctx.textBaseline = "middle"; + + // Always draw 0 on y-axis. + // Note this bypasses the templating process. + ctx.fillText('0',yAxisPosX-8,xAxisPosY); + for (var j=0; j