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.
2 parents d531d07 + 53864e9 commit dea11c6Copy full SHA for dea11c6
examples/demo/src/App.js
@@ -72,7 +72,6 @@ class App extends Component {
72
<div className="app__container plotly-editor--theme-provider">
73
<div className="app">
74
<PlotlyEditor
75
- config={{editable: true}}
76
graphDiv={this.state.graphDiv}
77
onUpdate={this.handleEditorUpdate.bind(this)}
78
dataSources={dataSources}
@@ -82,6 +81,7 @@ class App extends Component {
82
81
/>
83
<div className="app__main" style={{width: '100%', height: '100%'}}>
84
<Plot
+ config={{editable: true}}
85
data={this.state.graphDiv.data}
86
debug
87
layout={this.state.graphDiv.layout}
0 commit comments