File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,14 +40,14 @@ and use the plotly.js `dist` file(s). More info [here](https://github.com/plotly
40
40
npm install plotly.js
41
41
```
42
42
43
- and use the plotly.js ` dist ` or CommonJS files ` var Plotly = require('plotly.js'); ` in your source file .
43
+ and use the plotly.js ` dist ` file(s) or require plotly.js using CommonJS as ` var Plotly = require('plotly.js'); ` .
44
44
45
45
#### Use the plotly.js CDN hosted by Fastly:
46
46
``` html
47
47
<!-- Latest compiled and minified plotly.js JavaScript -->
48
48
<script type =" text/javascript" src =" https://cdn.plot.ly/plotly-latest.min.js" ></script >
49
49
50
- <!-- OR use a specific plotly.js release (e.g. version 1.5.0)-->
50
+ <!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
51
51
<script type =" text/javascript" src =" https://cdn.plot.ly/plotly-1.5.0.min.js" ></script >
52
52
```
53
53
You can’t perform that action at this time.
0 commit comments