Skip to content

Unable to get value of the property 'initElement' #45

@rhj4

Description

@rhj4

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions