Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6f34fae

Browse files
committed
add link to modularization blog post
1 parent fa2c61d commit 6f34fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ Then elsewhere in your code:
6969
var Plotly = require('./path/to/custom-plotly');
7070
```
7171

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.
7273
**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:
7374

7475
```html

0 commit comments

Comments
 (0)