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
newlines
  • Loading branch information
nicolaskruchten committed Mar 7, 2018
commit 1ea305be4376dd4f9890ac0d1ed03d2fea6802fa
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,7 @@ You can see an example of this method in action

**Note**: This component will not refresh the plot unless either the `revision` prop is defined and has changed, OR unless a shallow equality check on `data`, `layout`, `frames` and `config` fails.

**Note**: for the time being, this component may mutate its `layout` and `data`
props in response to user input, going against React rules. This behaviour will
change in the near future once https://github.com/plotly/plotly.js/issues/2389 is completed.
**Note**: for the time being, this component may mutate its `layout` and `data` props in response to user input, going against React rules. This behaviour will change in the near future once https://github.com/plotly/plotly.js/issues/2389 is completed.

| Prop | Type | Default | Description |
| ------------------ | ---------- | ------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
Expand Down
0