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

Skip to content

Commit f774ee5

Browse files
committed
add header to non-asci characters section
1 parent 6f34fae commit f774ee5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,10 @@ var Plotly = require('./path/to/custom-plotly');
7070
```
7171

7272
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:
7477

7578
```html
7679
<script type="text/javascript" src="my-plotly-bundle.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)