We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df6918c commit 1f998c3Copy full SHA for 1f998c3
README.md
@@ -44,10 +44,10 @@ and import plotly.js as `import Plotly from 'plotly.js-dist';` or `var Plotly =
44
45
```html
46
<!-- Latest compiled and minified plotly.js JavaScript -->
47
-<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
+<script src="https://cdn.plot.ly/plotly-latest.min.js" charset="utf-8"></script>
48
49
-<!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
50
-<script src="https://cdn.plot.ly/plotly-1.5.0.min.js"></script>
+<!-- OR use a specific plotly.js release (e.g. version 1.52.3) -->
+<script src="https://cdn.plot.ly/plotly-1.52.3.min.js" charset="utf-8"></script>
51
52
<!-- OR an un-minified version is also available -->
53
<script src="https://cdn.plot.ly/plotly-latest.js" charset="utf-8"></script>
0 commit comments