-
Notifications
You must be signed in to change notification settings - Fork 180
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
Line renders strangely when there are "holes" in data #44
Comments
n3-charts is awesome! This rendering is something i discovered when there are large holes in the data points. Not sure how this should render,really, but it looks kind of ugly as of right now. |
Thanks ! This is due to the interpolation mode you've chosen. I guess this works better with evenly-distributed data sets... Have you tried another one ? |
It works great with "good" data. I discovered from d3 that you can set interpolate mode and tension. Using .interpolate('cardinal').tension(0.95) worked ok. |
I guess I should add an option to set the interpolation tension... What do you think ? |
yeah, that would be great! |
is there any progress on this? i'm seeing this issue as well |
Hi I'm currently rewriting the library in coffeescript (from develop branch). After that I'll add the tension option. Should be done in january, if I find enough time ! :-) |
Fixed in develop dc39228, will be included in 1.0.4. |
how to put data dynamic in the chart |
The text was updated successfully, but these errors were encountered: