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
- To learn more about the plotly.js module architecture...
- You can also suggest new documentation examples...
- Direct developer email support can be purchased...
Copy file name to clipboardExpand all lines: README.md
-5
Original file line number
Diff line number
Diff line change
@@ -93,8 +93,6 @@ Then elsewhere in your code:
93
93
var Plotly =require('./path/to/custom-plotly');
94
94
```
95
95
96
-
To learn more about the plotly.js module architecture, refer to our [modularizing monolithic JS projects](https://plotly.com/javascript/plotly-fundamentals/) post.
97
-
98
96
#### Non-ascii characters
99
97
100
98
Important: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `charset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
@@ -118,8 +116,6 @@ Official plotly.js documentation is hosted on [plotly.com/javascript](https://pl
118
116
These pages are generated by the Plotly [graphing-library-docs repo](https://github.com/plotly/graphing-library-docs) built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages.
119
117
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/documentation/blob/source/Contributing.md).
120
118
121
-
You can also suggest new documentation examples by submitting a [Codepen](https://codepen.io/tag/plotly/) on community.plot.com with tag [`plotly-js`](https://community.plotly.com/c/api/plotly-js).
122
-
123
119
## Contributing
124
120
125
121
Please read through our [contributing guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md). Included are directions for opening issues, using plotly.js in your project and notes on development.
@@ -131,7 +127,6 @@ Please read through our [contributing guidelines](https://github.com/plotly/plot
131
127
* Implementation help may be found on community.plot.com (tagged [`plotly-js`](https://community.plotly.com/c/plotly-js)) or
132
128
on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).
133
129
* Developers should use the keyword `plotly` on packages which modify or add to the functionality of plotly.js when distributing through [npm](https://www.npmjs.com/browse/keyword/plotly).
134
-
* Direct developer email support can be purchased through a [Plotly Support Plan](https://plotly.com/chart-studio-help/chart-studio-cloud-support/).
0 commit comments