-
Notifications
You must be signed in to change notification settings - Fork 255
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
c.length undefined #84
Comments
Hi @Brunocbarletta , Not sure if this is still relevant for you, but there is a quick fix that you can use. Additionally, in my project the function behind align.call was replaced with the content of the constant.js, so I also changed the function that is called. So if (1) you add a function that does what is needed:
Then (2) you can replace the incorrect line with: This solved my issue, but I'm not 100% sure on the complete context and pull requests are not really merged. So hopefully this helps someone out there. Best, Arne |
I have the same problem. Can we get this fixed? I try the following which gives the error "undefined is not an object (evaluating 'c.length')
@EindbaasExpress I modified the sankey.js in node_modules as you said but it did not fix the problem. |
I fixed it in d3-sankey.js line 12-28 by adding the missing parameter n to the functions
|
Hablo español pero en resumen ese es el problema, dentro de la funcion sankey()--> computenodebreaths() "c is undefined" y "columnas" ciertamente si tiene datos. Ojala puedan guiarme.
I speak Spanish but in summary that is the problem, inside the sankey () -> computenodebreaths () function "c is undefined" and "columns" certainly do have data. Hopefully you can guide me.
The text was updated successfully, but these errors were encountered: