Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 796c49e

Browse files
committed
add info about un-minified CDN link
1 parent 05dc7ce commit 796c49e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ and use the plotly.js `dist` file(s) or require plotly.js using CommonJS as `var
5151

5252
<!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
5353
<script type="text/javascript" src="https://cdn.plot.ly/plotly-1.5.0.min.js"></script>
54+
55+
<!-- OR an un-minified version is also available -->
56+
<script type="text/javascript" src="https://cdn.plot.ly/plotly-latest.js"></script>
5457
```
5558

5659
and use the `Plotly` object in the window scope.

0 commit comments

Comments
 (0)