v1.0.0-rc.36

This commit is contained in:
2025-05-05 19:32:22 +02:00
parent 759243d1bf
commit 040cf08386
333 changed files with 22724 additions and 15251 deletions
@@ -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}}