react-d3 / react-d3-basic

Basic d3 charts in React.js, only include: line, bar, pie, scatter, area charts.
http://reactd3.org/docs/basic
221 stars 117 forks source link

Interpolate prop #33

Open ChristopherHackett opened 8 years ago

ChristopherHackett commented 8 years ago

In d3 you can use interpolate to determine how values between points should be interpolated. Common use cases interpolate range from cases of making the values displayed to user to make sense ... and also to make charts look "prettier".

I see evidence of the interpolate prop scattered around

But it does not look like this value is passed down from the the charts in this repo to the line component. Is this intentional or just an accidental omission?