-
Hello all,
I want to integrate react-flow's subflow, like screenshot. I need to draw edge from a child node to parent node which contains many sub-nodes. The error is `Cannot set parent in a non-co…
-
Hi,
Thanks for creating this plugin, I was struggling to create an auto layout for a diagram (questionnaire) which consists of nodes (div's) and edges (SVG's created using jsPlumb) but I tried code…
-
Is it possible to make a 2-line (or more) connection in same direction from A to B using dagre-d3? Thanks.
![image](https://user-images.githubusercontent.com/11693722/81468801-62a1e600-9214-11ea-95…
-
It could be a good way to show how use Dagre with other rendering engine.
-
#### 在svg中添加交互
[https://www.ibm.com/developerworks/cn/xml/x-svgint/](https://www.ibm.com/developerworks/cn/xml/x-svgint/)
#### 基于 HTML5 Canvas 实现用户交互
[https://juejin.im/entry/5926442f2f301e0057b9…
Hibop updated
6 years ago
-
Hi Team
Please update d3-5.16.0.tgz to its latest version in dagre-d3-0.6.4.tgz package there is a vulnerability issue for the package.
![image](https://user-images.githubusercontent.com/3191468…
-
I want some document about dagre-d3, is there any documention that it can show me how to use and what the method to do ?
-
### Describe the bug / 问题描述
两个相距较远的节点使用quadratic连接,边被截断一部分
### Reproduction link / 重现链接
_No response_
### Steps to Reproduce the Bug or Issue / 重现步骤
import G6 from '@antv/g6';
const data = {
…
-
For a graph with the following shape:
```
digraph G {
"0.0";
"0.1";
"0.2";
"0.3";
"1.0";
"1.1";
"1.2";
"1.3";
"2.0";
"2.1";
"2.2";
"2.3";
"3.0";
"3.1";
"3.2";
"3.3";
"1.0"->"0.0";
"1.1"->"0.0";
"1.2"…
-
From @bzaborow:
Hi,
I started to use the dagre-d3 for visualisation of data similar to one of examples (the Sentence Tokenization). Extending this example to display a DAG instead of a tree was supe…