Hi I met an error described as " attribute height: Expected length, "NaN"."
I implemented my Component like this:
<Sparklines data={this.props.data} width={180} height={120} margin={5}> <SparklinesLine color={this.props.color} /> </Sparklines>
react-sparklines version 1.7.0
Can someone help me ?