Open GoogleCodeExporter opened 9 years ago
Ok done a bit of debugging and found that it's not ajax function which is not
working instead it is "context.fillText" and "context.measureText":
context.fillText(name, startX + (i * barWidth) + i, chartHeight + 10, 200);
context.measureText(testLine);
It is showing "Object doesn't support this property or method". When I removed
these two it is working properly but obviously axes are not having texts now :(
... please help me out
Original comment by m.zahida...@gmail.com
on 13 Jun 2012 at 7:02
ok resolved by using the excanvas.js code from svn trunk. For those who dont
know you can get the latest svn trunk code from :
http://explorercanvas.googlecode.com/svn/trunk/excanvas.js
Original comment by m.zahida...@gmail.com
on 13 Jun 2012 at 10:25
Original issue reported on code.google.com by
m.zahida...@gmail.com
on 13 Jun 2012 at 6:24