Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/demo/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ class App extends Component {
<div className="app__container plotly-editor--theme-provider">
<div className="app">
<PlotlyEditor
config={{editable: true}}
graphDiv={this.state.graphDiv}
onUpdate={this.handleEditorUpdate.bind(this)}
dataSources={dataSources}
Expand All @@ -82,6 +81,7 @@ class App extends Component {
/>
<div className="app__main" style={{width: '100%', height: '100%'}}>
<Plot
config={{editable: true}}
data={this.state.graphDiv.data}
debug
layout={this.state.graphDiv.layout}
Expand Down