Skip to content

Commit e02442e

Browse files
committed
Update apps
1 parent 89f703e commit e02442e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/custom/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ class App extends Component {
6767
debug
6868
data={this.state.graphDiv.data}
6969
layout={this.state.graphDiv.layout}
70+
config={{editable: true}}
7071
onUpdate={this.handlePlotUpdate.bind(this)}
7172
onInitialized={this.handlePlotUpdate.bind(this)}
7273
revision={this.state.plotRevision}

examples/redux/src/App.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ class App extends Component {
6060
debug
6161
data={graphDiv.data}
6262
layout={graphDiv.layout}
63+
config={{editable: true}}
6364
onUpdate={actions.plotUpdate}
6465
onInitialized={actions.plotUpdate}
6566
revision={plotRevision}

0 commit comments

Comments
 (0)