Skip to content

Commit 866ca5a

Browse files
committed
reorder items
1 parent a0bd258 commit 866ca5a

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Plotly.js can be used to produce dozens of chart types and visualizations, inclu
2222
* [Load from Content Delivery Network (CDN)](#load-from-content-delivery-network-cdn)
2323
* [Partial bundles](#partial-bundles)
2424
* [Alternative ways to require or build plotly.js](#alternative-ways-to-require-or-build-plotlyjs)
25-
* [Bugs and feature requests](#bugs-and-feature-requests)
2625
* [Documentation](#documentation)
26+
* [Bugs and feature requests](#bugs-and-feature-requests)
2727
* [Contributing](#contributing)
28-
* [Community](#community)
29-
* [Notable contributors](#creators)
28+
* [Notable contributors](#notable-contributors)
3029
* [Copyright and license](#copyright-and-license)
30+
* [Community](#community)
3131

3232
---
3333
## Load from npm (Node.js Package Manager)
@@ -137,11 +137,6 @@ npm run partial-bundle -- --unminified --out myScatters --traces scatter,scatter
137137
## Alternative ways to require or build plotly.js
138138
If your library needs to bundle or directly require [plotly.js/lib/index.js](https://github.com/plotly/plotly.js/blob/master/lib/index.js) or parts of its modules similar to [index-basic](https://github.com/plotly/plotly.js/blob/master/lib/index-basic.js) in some other way than via an official or a custom bundle, or in case you want to tweak the default build configurations of `browserify` or `webpack`, etc. then please visit [`BUILDING.md`](https://github.com/plotly/plotly.js/blob/master/BUILDING.md).
139139

140-
---
141-
## Bugs and feature requests
142-
143-
Have a bug or a feature request? Please [open a Github issue](https://github.com/plotly/plotly.js/issues/new) keeping in mind the [issue guidelines](https://github.com/plotly/plotly.js/blob/master/.github/ISSUE_TEMPLATE.md). You may also want to read about [how changes get made to Plotly.js](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md)
144-
145140
---
146141
## Documentation
147142

@@ -158,17 +153,15 @@ Load relevant MathJax (v2) files *Before* the plotly.js script tag:
158153
```
159154

160155
---
161-
## Contributing
156+
## Bugs and feature requests
157+
158+
Have a bug or a feature request? Please [open a Github issue](https://github.com/plotly/plotly.js/issues/new) keeping in mind the [issue guidelines](https://github.com/plotly/plotly.js/blob/master/.github/ISSUE_TEMPLATE.md). You may also want to read about [how changes get made to Plotly.js](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md)
162159

163-
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.
164160

165161
---
166-
## Community
162+
## Contributing
167163

168-
* Follow [@plotlygraphs](https://twitter.com/plotlygraphs) on Twitter for the latest Plotly news.
169-
* Implementation help may be found on community.plot.com (tagged [`plotly-js`](https://community.plotly.com/c/plotly-js)) or
170-
on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).
171-
* 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).
164+
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.
172165

173166
---
174167
## Notable contributors
@@ -207,3 +200,11 @@ Code released under the [MIT license](https://github.com/plotly/plotly.js/blob/m
207200
This project is maintained under the [Semantic Versioning guidelines](https://semver.org/).
208201

209202
See the [Releases section](https://github.com/plotly/plotly.js/releases) of our GitHub project for changelogs for each release version of plotly.js.
203+
204+
---
205+
## Community
206+
207+
* Follow [@plotlygraphs](https://twitter.com/plotlygraphs) on Twitter for the latest Plotly news.
208+
* Implementation help may be found on community.plot.com (tagged [`plotly-js`](https://community.plotly.com/c/plotly-js)) or
209+
on Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)).
210+
* 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).

0 commit comments

Comments
 (0)