dagre-es icon indicating copy to clipboard operation
dagre-es copied to clipboard

The dagrejs library exported as ES modules.

Results 9 dagre-es issues
Sort by recently updated
recently updated
newest added

I am trying to replicate the JS example into a Typescript example but I am stuck with this error below https://codesandbox.io/p/sandbox/dagre-d3-ts-9dm98n?file=%2Fsrc%2FTree.tsx%3A194%2C17-194%2C22 'new' expression, whose target lacks a construct signature, implicitly...

Seems like the https://www.npmjs.com/package/@dagrejs/dagre?activeTab=versions is getting new updates and is maintained.

Very apologies if this has been asked before somewhere. I did look for a similar issue. I'm trying to figure out why some seemingly basic edges cause errors. ``` //...

There was [an issue](https://github.com/dagrejs/dagre/issues/238 ) in the old repo raised because when drawing an edge from child to parent there is an error (or between any node and cluster), with...

excuse me ,Did you modify his original layout algorithm

On Safari, the link arrows are not displayed.

- remove * in imports - write jsdoc to improve the types generation. With all the feedback from https://github.com/tbo47/dagre-es/pull/28 https://github.com/tbo47/dagre-es/pull/30 https://github.com/tbo47/dagre-es/pull/29 - is there more unit tests to import from...