-
I have been unable to successfully install v0.3.0 via Bower or NPM. Calling `dagre3D` brings about the following error:
```
Uncaught ReferenceError: dagreD3 is not defined
```
There are no dagre-re…
-
Are there any further changes required on top of the existing updates to use viz.js 2.0?
Can assist/test if that's of use
Otherwise is it possible to tag a release?
-
~~May require switching to Dagre :(~~
![image](https://user-images.githubusercontent.com/77482/50404262-aea4d580-075a-11e9-8601-a517868ef309.png)
https://en.wikipedia.org/wiki/File:Flowgorithm_E…
-
For example, documenting how to set padding for each node.
I stumbled on this in the source after looking for a way to remove padding:
```
var NODE_DEFAULT_ATTRS = {
paddingLeft: 10,
paddin…
-
https://play.d2lang.com/?layout=dagre&script=yi9LLUrLyS-3UqgGO9tKISU_uTQ3Na-klgsQAAD__w%3D%3D&sketch=1&theme=103&
-
I noticed that using Dagre and ELK (and partially TALA) while linking an element to another that is inside a grid will result in a broken diagram.
This works correctly:
```
parent: {
label: …
-
```typescript
import React, { useState, useEffect, useRef, FC } from 'react'
import { x6, Graph } from '@antv/x6'
import dagre from 'dagre'
const NodeData = [
{
id: 'node-1',
width:…
-
How can we use d3 layout and add constraints to it using webcola in react-digraph? If you could suggest any method of implementation it would be a great help.
I want to change the layout generator …
-
I have converted an existing angular repo to shell app using `ng g @angular-architects/native-federation:init --port 4220 --type dynamic-host` commant and successfuly converted and app running fine no…
-
当前调用`g.setNode()`时仅仅把`width`,`height`,`layer`传入,导致每次节点都是经过计算出来的。期望可以使用传入的默认值。
https://github.com/antvis/layout/blob/master/src/layout/dagre.ts#L149
![image](https://user-images.githubusercontent.com…