Skip to content

Commit 1fe9c53

Browse files
committed
remove lines
- To learn more about the plotly.js module architecture... - You can also suggest new documentation examples... - Direct developer email support can be purchased...
1 parent 2f9e25b commit 1fe9c53

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

-5
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,6 @@ Then elsewhere in your code:
9393
var Plotly = require('./path/to/custom-plotly');
9494
```
9595

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-
9896
#### Non-ascii characters
9997

10098
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
118116
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.
119117
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/documentation/blob/source/Contributing.md).
120118

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-
123119
## Contributing
124120

125121
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
131127
* Implementation help may be found on community.plot.com (tagged [`plotly-js`](https://community.plotly.com/c/plotly-js)) or
132128
on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).
133129
* 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/).
135130

136131
## Versioning
137132

0 commit comments

Comments
 (0)