EduardoDominguez / dwpe

Automatically exported from code.google.com/p/dwpe
MIT License
0 stars 0 forks source link

Pie chart not work in Opera and Konqueror. #23

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I found an issue in script, when generate pie type, chart not showing, and
the script breaks.
Opera and Konqueror has problem with radius argument < 0 in canvas arc
function, Opera throw INDEX_SIZE_ERR exception.
Simple assignment value > 0 i.e 0.01 (very small value because of canvas
size:/) seems to solve the problem, but this isn't the real solution:]

Original issue reported on code.google.com by mrluc...@wp.pl on 29 Apr 2010 at 11:15