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
Built on top of [d3.js](http://d3js.org/) and [stack.gl](http://stack.gl/),
7
11
plotly.js is a high-level, declarative charting library. plotly.js ships with 20
@@ -69,7 +73,11 @@ Then elsewhere in your code:
69
73
var Plotly =require('./path/to/custom-plotly');
70
74
```
71
75
72
-
**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:
76
+
To learn more about the plotly.js module architecture, refer to our [modularizing monolithic JS projects](https://plot.ly/javascript/modularizing-monolithic-javascript-projects/) post.
77
+
78
+
#### Non-ascii characters
79
+
80
+
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