diff --git a/examples/custom/package.json b/examples/custom/package.json index 275dc73b2..f4b2bd82f 100644 --- a/examples/custom/package.json +++ b/examples/custom/package.json @@ -6,7 +6,7 @@ "plotly.js": "^1.32.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-plotly.js-editor": "^0.9.0", + "react-plotly.js-editor": "latest", "react-plotly.js": "^1.2.0", "react-scripts": "1.0.17" }, diff --git a/examples/demo/package.json b/examples/demo/package.json index 1f89b5c72..a55cf6cc8 100644 --- a/examples/demo/package.json +++ b/examples/demo/package.json @@ -6,7 +6,7 @@ "plotly.js": "^1.32.0", "react": "^16.2.0", "react-dom": "^16.2.0", - "react-plotly.js-editor": "^0.9.0", + "react-plotly.js-editor": "latest", "react-plotly.js": "^1.2.0", "react-scripts": "1.0.17" }, diff --git a/examples/demo/src/App.js b/examples/demo/src/App.js index b2609ff5a..c8612e697 100644 --- a/examples/demo/src/App.js +++ b/examples/demo/src/App.js @@ -80,6 +80,7 @@ class App extends Component { dataSources={dataSources} dataSourceOptions={dataSourceOptions} plotly={plotly} + advancedTraceTypeSelector />