v1.0.0-rc.36
This commit is contained in:
@@ -10,8 +10,8 @@ class MultiLinePlotWrapper extends Component {
|
||||
style={{width: "100%", height: "100%"}}
|
||||
data={this.props.data}
|
||||
layout={ {
|
||||
xaxis: {title: this.props.xaxis},
|
||||
yaxis: {title: this.props.yaxis},
|
||||
xaxis: {title: {text: this.props.xaxis}},
|
||||
yaxis: {title: {text: this.props.yaxis}},
|
||||
uirevision: true
|
||||
} }
|
||||
config = {{responsive: true}}
|
||||
|
||||
Reference in New Issue
Block a user