Open GoogleCodeExporter opened 8 years ago
Workaround:
Test existence of canvas before using flot:
if (document.createElement('canvas').getContext) {
// call $.plot()
}
Original comment by umts...@googlemail.com
on 22 Mar 2012 at 8:19
Original comment by dnsch...@gmail.com
on 7 May 2012 at 5:42
We should improve the canvas availability check to cover the excanvas
fall-back. If neither canvas nor excanvas are available, we should raise a
nicer error informing the user that they must either include excanvas or accept
the fact that their plots won't work on IE8 and earlier.
Original comment by dnsch...@gmail.com
on 11 Jul 2012 at 4:01
Original issue reported on code.google.com by
umts...@googlemail.com
on 21 Mar 2012 at 12:01