We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dc7ce commit 796c49eCopy full SHA for 796c49e
README.md
@@ -51,6 +51,9 @@ and use the plotly.js `dist` file(s) or require plotly.js using CommonJS as `var
51
52
<!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
53
<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>
57
```
58
59
and use the `Plotly` object in the window scope.
0 commit comments