1
0
Fork 0
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:
Ricardo Hernandez-Montoya 2017-04-10 14:56:55 +02:00
parent 6246e3557b
commit 6360ef108e

View file

@ -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}