Skip to content

Commit 87ac468

Browse files
authored
Merge pull request #374 from plotly/copy-assets-update-demos
Copy assets update demos
2 parents aaf8e5a + 60f616b commit 87ac468

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

examples/custom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
9-
"react-plotly.js-editor": "^0.9.0",
9+
"react-plotly.js-editor": "latest",
1010
"react-plotly.js": "^1.2.0",
1111
"react-scripts": "1.0.17"
1212
},

examples/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
9-
"react-plotly.js-editor": "^0.9.0",
9+
"react-plotly.js-editor": "latest",
1010
"react-plotly.js": "^1.2.0",
1111
"react-scripts": "1.0.17"
1212
},

examples/demo/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class App extends Component {
8080
dataSources={dataSources}
8181
dataSourceOptions={dataSourceOptions}
8282
plotly={plotly}
83+
advancedTraceTypeSelector
8384
/>
8485
<div className="app__main" style={{width: '100%', height: '100%'}}>
8586
<Plot

examples/redux/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prop-types": "^15.6.0",
88
"react": "^16.2.0",
99
"react-dom": "^16.2.0",
10-
"react-plotly.js-editor": "^0.9.0",
10+
"react-plotly.js-editor": "latest",
1111
"react-plotly.js": "^1.2.0",
1212
"react-redux": "^5.0.6",
1313
"react-scripts": "1.0.17",

examples/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"plotly.js": "^1.32.0",
77
"react": "^16.2.0",
88
"react-dom": "^16.2.0",
9-
"react-plotly.js-editor": "^0.8.0",
9+
"react-plotly.js-editor": "latest",
1010
"react-plotly.js": "^1.2.0",
1111
"react-scripts": "1.0.17"
1212
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-plotly.js-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.10.0",
4+
"version": "0.10.1",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-plotly.js-editor/issues"

src/PlotlyEditor.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,6 @@ PlotlyEditor.defaultProps = {
262262
traceTypesConfig: {
263263
categories: _ => categoryLayout(_),
264264
traces: _ => traceTypes(_),
265-
complex: true,
266265
},
267266
};
268267

0 commit comments

Comments
 (0)