I am just running into this issue (#36) now, but you have marked it as closed. I am testing code that works fine in Chrome and FF, but fails in IE with:
Unable to get value of the property 'initElement
I changed the Flot.js code to:
if (!c.getContext) { // excanvas hack
if (window.G_vmlCanvasManager.initElement) {
c = window.G_vmlCanvasManager.initElement(c);
}
}
but this doesn't fix it.
Even though we all may agree that IE sucks, I need my code to work in IE or I cannot use Flot. That would be a real bummer because I like Flot alot.
Any advise, please?
I am just running into this issue (#36) now, but you have marked it as closed. I am testing code that works fine in Chrome and FF, but fails in IE with:
Unable to get value of the property 'initElement
I changed the Flot.js code to:
if (!c.getContext) { // excanvas hack
if (window.G_vmlCanvasManager.initElement) {
c = window.G_vmlCanvasManager.initElement(c);
}
}
but this doesn't fix it.
Even though we all may agree that IE sucks, I need my code to work in IE or I cannot use Flot. That would be a real bummer because I like Flot alot.
Any advise, please?