Skip to content

Commit

Permalink
Adjustments to editor version, .lock files, readme docs
Browse files Browse the repository at this point in the history
  • Loading branch information
VeraZab committed Dec 27, 2017
1 parent 65e7255 commit 4ef8aa3
Show file tree
Hide file tree
Showing 11 changed files with 20,584 additions and 121 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ Install the module with `npm install` or `yarn install`.
state
* onUpdate: the handleEditorUpdate callback above
* plotly: the plotly.js library
* locale: more on this later
* locale: if using the default locale 'en', it is not necessary to pass in
this prop, more on locales later

See examples
[here](https://github.com/plotly/react-plotly.js-editor/tree/master/examples).
Expand Down
114 changes: 114 additions & 0 deletions examples/async-data/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion examples/async-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-plotly.js": "^1.0.4",
"react-plotly.js-editor": "^0.1.0",
"react-plotly.js-editor": "0.2.0-alpha.1",
"react-scripts": "1.0.17"
},
"scripts": {
Expand Down
Loading

0 comments on commit 4ef8aa3

Please sign in to comment.