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 get started, check out <https://plot.ly/javascript/getting-started/>!
4
+
Built on top of [d3.js](http://d3js.org/) and [stack.gl](http://stack.gl/),
5
+
plotly.js is a high-level, declarative charting library. plotly.js ships with 20
6
+
chart types, including 3D charts, statistical graphs, and SVG maps.
6
7
7
8
## Table of contents
8
9
@@ -20,9 +21,9 @@ To get started, check out <https://plot.ly/javascript/getting-started/>!
20
21
21
22
Several quick start options are available:
22
23
23
-
*[Download the latest release](https://github.com/plotly/plotly.js/releases/v1.0.0/plotly.js.zip).
24
+
*[Download the latest release](https://github.com/plotly/plotly.js/releases/).
24
25
* Clone the repo: `git clone https://github.com/plotly/plotly.js.git`.
25
-
* Install with [npm](https://www.npmjs.com): `npm install plotly`.
26
+
* Install with [npm](https://www.npmjs.com): `npm install plotly.js`.
26
27
* Use the plotly.js CDN hosted by Fastly:
27
28
28
29
```html
@@ -34,32 +35,35 @@ Read the [Getting started page](https://plot.ly/javascript/getting-started/) for
34
35
35
36
## Bugs and feature requests
36
37
37
-
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/plotly/plotly.js/issues/new).
38
+
Have a bug or a feature request? Please first read the [issues guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md).
38
39
39
40
## Documentation
40
41
41
-
Plotly.js documentation, in the repo documentation, is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at <https://plot.ly/javascript/getting-started/>. The docs may also be run locally.
42
+
Official plotly.js documentationis hosted on [plot.ly/javascript](https://plot.ly/javascript).
42
43
43
-
You can also suggest new documentation examples by submitting a [Codepen](http://codepen.io/tag/plotly/) on community.plot.ly (tagged [`plotly-js`](community.plot.ly/c/plotly-js).
44
+
These pages are generated by the Plotly [documentation repo](https://github.com/plotly/documentation/tree/gh-pages) built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages.
45
+
For more info about contributing to Plotly documentation, please read through [contributing guidelines](https://github.com/plotly/documentation/blob/source/Contributing.md).
46
+
47
+
You can also suggest new documentation examples by submitting a [Codepen](http://codepen.io/tag/plotly/) on community.plot.ly with tag [`plotly-js`](http://community.plot.ly/c/plotly-js).
44
48
45
49
## Contributing
46
50
47
-
Please read through our [contributing guidelines](https://github.com/plotly/plotly.js/blob/master/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
51
+
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.
48
52
49
53
## Community
50
54
51
55
Get updates on plotly.js's development and chat with the project maintainers and community members.
52
56
53
-
* Follow [@plotlygraphs on Twitter](https://twitter.com/plotlygraphs).
54
-
* Implementation help may be found at Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js).
55
-
* 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) or similar delivery mechanisms for maximum discoverability.
57
+
* Follow [@plotlygraphs](https://twitter.com/plotlygraphs) on Twitter.
58
+
* Implementation help may be found at Stack Overflow (tagged [`plotly`](https://stackoverflow.com/questions/tagged/plotly)) or community.plot.ly (tagged [`plotly-js`](http://community.plot.ly/c/plotly-js)).
59
+
* 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).
56
60
* Direct developer email support can be purchased through a [Plotly Pro](https://plot.ly/products/cloud/) plan.
57
61
58
62
## Versioning
59
63
60
-
For transparency into our release cycle and in striving to maintain backward compatibility, plotly.js is maintained under [the Semantic Versioning guidelines](http://semver.org/).
64
+
plotly.js is maintained under the [Semantic Versioning guidelines](http://semver.org/).
61
65
62
-
See [the Releases section of our GitHub project](https://github.com/plotly/plotly.js/releases) for changelogs for each release version of plotly.js.
66
+
See the [Releases section](https://github.com/plotly/plotly.js/releases) of our GitHub project for changelogs for each release version of plotly.js.
63
67
64
68
## Clients for R, Python, and MATLAB
65
69
@@ -70,8 +74,8 @@ Open-source clients to the plotly.js APIs are available at these links:
0 commit comments