jadfls
jadfls
can this be merged?
I can confirm this issue. Sample code: ``` const Finance = require('financejs'); var finance = new Finance(); var start = new Date(Date.parse("2013-12-31")); var end = new Date(Date.parse("2014-05-15")); var irr =...
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') ``` const { nodes, links...
I fixed it in d3-sankey.js line 12-28 by adding the missing parameter n to the functions ``` function left(node, n) { return node.depth; } function right(node, n) { return n...
having the same issue. @shayhz did you find a solution for this.