You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>