mirror of
https://git.rwth-aachen.de/acs/public/villas/web/
synced 2025-03-09 00:00:01 +01:00
fixed warning
This commit is contained in:
parent
6246e3557b
commit
6360ef108e
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class Plot extends Component {
|
|||
<LineChart
|
||||
width={ this.state.size.w || 100 }
|
||||
height={ this.state.size.h || 100 }
|
||||
margins= {{top: 10, right: 0, bottom: 20, left: 45 }}
|
||||
margins={{top: 10, right: 0, bottom: 20, left: 45 }}
|
||||
data={this.state.values }
|
||||
colors={ scaleOrdinal(schemeCategory10) }
|
||||
gridHorizontal={true}
|
||||
|
|
Loading…
Add table
Reference in a new issue