We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89f703e commit e02442eCopy full SHA for e02442e
examples/custom/src/App.js
@@ -67,6 +67,7 @@ class App extends Component {
67
debug
68
data={this.state.graphDiv.data}
69
layout={this.state.graphDiv.layout}
70
+ config={{editable: true}}
71
onUpdate={this.handlePlotUpdate.bind(this)}
72
onInitialized={this.handlePlotUpdate.bind(this)}
73
revision={this.state.plotRevision}
examples/redux/src/App.js
@@ -60,6 +60,7 @@ class App extends Component {
60
61
data={graphDiv.data}
62
layout={graphDiv.layout}
63
64
onUpdate={actions.plotUpdate}
65
onInitialized={actions.plotUpdate}
66
revision={plotRevision}
0 commit comments