Closed jdelafon closed 8 years ago
Can you submit a js fiddle ?
I can't reproduce, sorry :( If you can tell me roughly what it means, I can try to find it again.
In SVG <path>
element, you can set the attribute d
to describe the path.
https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/d
In rd3, we provide the attribute d
by determining your x and y value. Like here https://github.com/yang-wei/rd3/blob/master/src/areachart/DataSeries.jsx#L25
So probably there are some invalid x and y value in your data ?
When the
domain
prop is given incorrectly to aLineChart
(I just cannot figure it out), it throwswhich is not very helpful. A better error message would be welcome.