I am getting the following issue in IE8. My code is working fine in Chrome, Mozilla and IE10. As IE8 doesn't support the canvas I am getting the following issue in it:
Object doesn't support property or method 'fillText'
Here is the jQuery line which I am getting this error on:
context.font = basefont+"px 'Trebuchet MS', Verdana, sans-serif";
context.fillText( (Math.round(parseFloat(v['value'] / totalValue * 1000 ))) /
Does anyone have a solution?