-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<rect> attribute height: Expected length, "NaN". #123
Comments
I experience the same error.
I haven't yet been able to track down the root cause of the issue. |
For me at least it only seems to manifest itself when using the My component looks like this: <Sparklines data={readings} svgHeight={25} svgWidth={190} min={0} max={100}>
<SparklinesLine />
<SparklinesNormalBand />
</Sparklines> If I remove the |
The issue with
|
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 ?
The text was updated successfully, but these errors were encountered: