File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ and import plotly.js as `import Plotly from 'plotly.js-dist';` or `var Plotly =
44
44
45
45
``` html
46
46
<!-- Latest compiled and minified plotly.js JavaScript -->
47
- <script src =" https://cdn.plot.ly/plotly-latest.min.js" ></script >
47
+ <script src =" https://cdn.plot.ly/plotly-latest.min.js" charset = " utf-8 " ></script >
48
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 >
49
+ <!-- OR use a specific plotly.js release (e.g. version 1.52.3 ) -->
50
+ <script src =" https://cdn.plot.ly/plotly-1.52.3 .min.js" charset = " utf-8 " ></script >
51
51
52
52
<!-- OR an un-minified version is also available -->
53
53
<script src =" https://cdn.plot.ly/plotly-latest.js" charset =" utf-8" ></script >
You can’t perform that action at this time.
0 commit comments