Skip to content

Commit dea11c6

Browse files
authored
Merge pull request #402 from plotly/fix-demo
Fix demo app
2 parents d531d07 + 53864e9 commit dea11c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/demo/src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class App extends Component {
7272
<div className="app__container plotly-editor--theme-provider">
7373
<div className="app">
7474
<PlotlyEditor
75-
config={{editable: true}}
7675
graphDiv={this.state.graphDiv}
7776
onUpdate={this.handleEditorUpdate.bind(this)}
7877
dataSources={dataSources}
@@ -82,6 +81,7 @@ class App extends Component {
8281
/>
8382
<div className="app__main" style={{width: '100%', height: '100%'}}>
8483
<Plot
84+
config={{editable: true}}
8585
data={this.state.graphDiv.data}
8686
debug
8787
layout={this.state.graphDiv.layout}

0 commit comments

Comments
 (0)