Closed
Description
According to the docs: This component currently creates a new plot every time the input changes.
It seems like the graph would do a redraw once the data changed. When passing updated props to the <Plot/>
data attribute the plot stays the same.
Even when checking in componentWillReceiveProps()
the nextProps.data
is different than the this.props.data
.
Update:
The same seems true when incrementing the revision attribute.
Metadata
Metadata
Assignees
Labels
No labels