-
Hi,
I want to replace process jGraph implementation with Your dagre-d3, and I have some questions. I am new in JS technologies so can you tell me please is there easy way to put each cluster to swimla…
-
If a parent node have 20 child nodes, the current layout engine will put all of them in a single line.
It will be very useful to setup a threshold for example 10, then Dagre can make the 20 nodes into…
-
Thank you for this library it is very nice
but I have a bit of a problem with edge crossings.
I generated the following graph and I have to generate crossing without graph.
![capture](https://cloud.…
-
When I set `labelType: 'html'` for my nodes, Dagre seems to reserve 2 times as much space for the label rectangle.
I'm using a 4K monitor in case that could affect this.
Without `labelType: 'htm…
emlai updated
4 years ago
-
使用g6时遇到了一个问题,如下demo
[demo](https://codesandbox.io/s/blazing-paper-j0dwu6?file=/src/App.vue)
![image](https://user-images.githubusercontent.com/27846243/157398401-ba3268ca-6728-4a80-a8b0-6bb7f819…
-
# 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…
-
Hey Christian,
Looks like after your GitHub username change, Atmosphere has lost track of the packages you've created, since you show as `kidovate`: https://atmospherejs.com/kidovate. In particular, …
dandv updated
9 years ago
-
The visual language rules allow for horizontal and vertical diagrams.
Is it possible to implement a simple switch to choose between these layout options?
-
If a parent node have 40 child nodes, the current layout engine will put all of them in a single line.
It will be very useful to setup a threshold for example 10, then Dagre can make the 40 nodes int…
-
@Sharpie wrote in the slack:
> https://observablehq.com/@d3/gallery is also a good source of inspiration.
>
> In particular, this looks like it could be a good solution for the "multiple inheritan…