You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,10 @@ var Plotly = require('./path/to/custom-plotly');
70
70
```
71
71
72
72
To learn more about the plotly.js module architecture, refer to our [modularing monolithic JS projects](https://plot.ly/javascript/modularizing-monolithic-javascript-projects/) post.
73
-
**IMPORTANT**: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `chartset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
73
+
74
+
#### Non-ascii characters
75
+
76
+
Important: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `chartset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
0 commit comments