Skip to content

IE9 JS Plotly.redraw and Plotly.addTraces both throws Invalid Argument #166

Closed
@micwc

Description

@micwc

I used the recommended way to load plotly for IE9 with the typedarray

<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='extras/typedarray.min.js'></scr"+"ipt>");</script>

<script type="text/javascript" src="plotly.min.js"></script>

I am trying to do a simple "bar" chart with three traces. However, both addTraces (adding one trace at a time) and redraw (array of traces) would throw "Invalid Argument" error in IE9 and no bars on graph

IE10+ works
Chrome works

Is there a workaround for this in IE9? It is a little urgent

thanks for any help

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugsomething brokencommunitycommunity contribution

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions