-
Hi
I can't get the nodes to align to the left, only for the first node.
![billede](https://user-images.githubusercontent.com/5102143/109638581-3c608480-7b5f-11eb-95f8-cdd5e7b58684.png)
Here …
-
I'm using [graphlib-dot](https://www.npmjs.org/package/graphlib-dot) for parsing out a simple graph.
``` dot
digraph testing {
a -> b -> c;
b -> d;
}
```
When parsing the graph out, I'm gett…
-
Hi all,
I am currently using Dagre for one of my data visualisation project, it is a compound graph which requires a node to contain a nested node, I'm unable to draw edges from child nodes to pare…
-
The following d2 file, with 1000 random node/edge/node causes d2 to go into an apparent infinite loop, I stopped it after 4hrs of CPU time.
Command Line: "d2 out.d2"
Version: v0.1.6 and v0.2.2
…
-
Some systems might look better when the connections flow from left to right.
This came up in discussion with Darren from Rancher.
-
# Overview
# Completion Condition
# Reviewer
# Sub Task
- [ ] Sub Task1
- [ ] Sub Task2
-
Hi Chris,
I have managed to disable zooming and dragging (of the whole graph), but I am struggling to find instructions on how to make the graph more interactive, i.e. be able to drag nodes around wh…
-
# Prolog
There are a lot of issues about changing the layout and/or design, e.g.
- #274
- #820
- #1440
- #1682
- #1527
- #2383
I like the concise syntax of Mermaid's languages that are foc…
-
Can't resolve `@emotion/core' in '***\node_modules\@projectstorm\react-canvas-core\dist`
should '@emotion/core' be added to the packages for react-canvas-core, or is there a reason for keeping it c…
-
starting with your example at https://dagrejs.github.io/project/dagre-d3/latest/demo/clusters.html
I merely modified the edges then tried added rank to try and get node E to be at the top of the gr…