File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
_posts/plotly_js/fundamentals/config-options Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
sitemap: false
8
8
arrangement: horizontal
9
9
markdown_content: |
10
- Load and register a non-default locale by adding `< script src ="https://cdn.plot.ly/plotly-locale-fr-latest.js "> </ script > `
11
- to your HTML after the plotly.js tag and then reference the locale in the `config`. For more information and a list of available Locales, see
10
+ Load and register a non-default locale by adding `< script src ="https://cdn.plot.ly/plotly-locale-YOUR-LOCALE-latest.js "> </ script > `
11
+ to your HTML after the plotly.js tag and then reference the locale in the `config`. For Example, the codepen example below has
12
+ `< script src ="https://cdn.plot.ly/plotly-locale-fr-latest.js "> </ script > ` in its HTML. For more information and a list of available locales, see
12
13
[https://github.com/plotly/plotly.js/blob/master/dist/README.md#to-include-localization](https://github.com/plotly/plotly.js/blob/master/dist/README.md#to-include-localization)
13
14
---
14
15
var trace1 = {
You can’t perform that action at this time.
0 commit comments