Tyler Reardon
Tyler Reardon
@liabru is this project still alive?
@liabru awesome! This is such a cool library/package by the way. Thanks for contributing it to the community!
@maxkfranz dagre itself doesn't have explicit documentation, but dagre uses `graphlib`, and `graphlib` has documentation for the order of nodes: https://github.com/dagrejs/graphlib/wiki/API-Reference#graph-concepts. From the `graphlib` docs: > directed: set to true...
We could clarify in the docs that by default cycoscape dagre creates a directed graph, and directed graphs use the node order as a tie breaker when defining the topology...
@maxkfranz I updated the readme based on what we talked about 👍
Thanks @maxkfranz!
Currently having the same problem.
I'm importing the script directly instead of loading it through the cdn -- webpack should be bundling it with the rest of my packages.
I'm also interested in this feature 👍
This appears to work if there are no decorators defined in the configuration, but in the case that decorators are defined (to wrap the story in vuetify's `v-app` for example),...