Skip to content

Commit 4ef8aa3

Browse files
committed
Adjustments to editor version, .lock files, readme docs
1 parent 65e7255 commit 4ef8aa3

File tree

11 files changed

+20584
-121
lines changed

11 files changed

+20584
-121
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ Install the module with `npm install` or `yarn install`.
5353
state
5454
* onUpdate: the handleEditorUpdate callback above
5555
* plotly: the plotly.js library
56-
* locale: more on this later
56+
* locale: if using the default locale 'en', it is not necessary to pass in
57+
this prop, more on locales later
5758

5859
See examples
5960
[here](https://github.com/plotly/react-plotly.js-editor/tree/master/examples).

examples/async-data/package-lock.json

Lines changed: 114 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/async-data/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"react": "^15.6.1",
99
"react-dom": "^15.6.1",
1010
"react-plotly.js": "^1.0.4",
11-
"react-plotly.js-editor": "^0.1.0",
11+
"react-plotly.js-editor": "0.2.0-alpha.1",
1212
"react-scripts": "1.0.17"
1313
},
1414
"scripts": {

0 commit comments

Comments
 (0)