Open GoogleCodeExporter opened 9 years ago
I just found this open issue in explorercanvas which may explain the IE
behavior (and shed some light on the flot bug):
http://code.google.com/p/explorercanvas/issues/detail?id=49
Original comment by super.aardvark@gmail.com
on 22 Jun 2010 at 9:08
Thanks for this solution but for me, it was not sufficient for IE6. But you
have to find the code:
if (xStart == xEnd && !aClockwise) {
xStart += 0.125;
and replace it by:
xStart += 0.125;
We dont see the difference visualy but the pie is now dsplayed with IE6 ;-)
Original comment by gcruxi...@gmail.com
on 1 Apr 2011 at 7:16
thanks gcruxi. Your solution fixed it for me.
Original comment by JSu...@gmail.com
on 24 Jan 2012 at 3:56
[deleted comment]
Original comment by dnsch...@gmail.com
on 8 May 2012 at 12:23
Issue 602 has been merged into this issue.
Original comment by dnsch...@gmail.com
on 8 May 2012 at 12:23
Need to review the fix proposed by gcruxifix and make sure that it really makes
senes to remove that check.
Original comment by dnsch...@gmail.com
on 11 Jul 2012 at 1:03
Original comment by dnsch...@gmail.com
on 11 Jul 2012 at 1:03
Original issue reported on code.google.com by
super.aardvark@gmail.com
on 22 Jun 2010 at 8:59Attachments: