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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: