Closed
Description
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