Skip to content

Commit ef3053c

Browse files
committed
add typedarray.min.js to dist/extras/
1 parent c454258 commit ef3053c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

dist/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
3+
Import plotly.js as:
4+
5+
```js
6+
<script type="text/javascript" src="plotly.min.js"></script>
7+
8+
```
9+
10+
To support IE9, import plotly.js as:
11+
12+
```js
13+
<script>if(typeof window.Int16Array !== 'function')document.write("<scri"+"pt src='extras/typedarray.min.js'></scr"+"ipt>");</script>
14+
<script type="text/javascript" src="plotly.min.js"></script>
15+
```

0 commit comments

Comments
 (0)