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 f382457 commit b00acccCopy full SHA for b00accc
README.md
@@ -92,7 +92,6 @@ class App extends React.Component {
92
<Plot
93
data={this.state.data}
94
layout={this.state.layout}
95
- frames={this.state.frames}
96
onInitialized={(figure) => this.setState(figure)}
97
onUpdate={(figure) => this.setState(figure)}
98
/>
0 commit comments