8000 Documentation and example cleanup by nicolaskruchten · Pull Request #60 · plotly/react-plotly.js · GitHub
[go: up one dir, main page]

Skip to content

Documentation and example cleanup #60

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 7, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
newlines
  • Loading branch information
nicolaskruchten committed Mar 7, 2018
commit 9e2ca8f94f64c53ce32f117a4298c7cd76c31678
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ $ npm install react-plotly.js plotly.js

## Quick start

The easiest way to use this component is to import and pass data to a plot
component. To import the component,
The easiest way to use this component is to import and pass data to a plot component. To import the component,

```javascript
import Plot from 'react-plotly.js';
Expand Down Expand Up @@ -75,8 +74,7 @@ You should see a plot like this:
<img src="example.png" alt="Example plot" width="320" height="240">
</p>

For a full description of Plotly chart types and attributes see the following
resources:
For a full description of Plotly chart types and attributes see the following resources:

* [Plotly JavaScript API documentation](https://plot.ly/javascript/)
* [Full plotly.js attribute listing](https://plot.ly/javascript/reference/)
Expand Down
0