-
## Data model / API
- https://graphology.github.io/
- https://github.com/dagrejs/graphlib
## Layout
- [dagre](https://github.com/dagrejs/dagre)
- https://github.com/dagrejs/dagre/wiki
- ht…
-
This probably needs completely rethinking.
It was clearly created with small sets of rules in mind, but the current implementation is a liability for any normal amount of rules. It creates long runni…
-
-
According to the docs, the `filterPlaceholder` parameter of `filterParams` can be assigned to Date filters. I have tried to provide them as various string formats, but it has no effect on the placehol…
-
If you change the Layering Algorithm to Constrained Width, if you refresh you will get the following error.
```typescript
computeOutcomes.ts:22 recalculating computedOutcomes!
computeOutcomes.t…
-
Hello there,
I am exploring the capabilities of the d3-dag library, and I am particularly interested in understanding whether it is possible to leverage the Sugiyama algorithm to create a radial dr…
-
Given that we don't care about a dynamic graph, it seems logical to switch to using a DAG library, i.e. d3-dag over a CoLA library.
-
Explore using D3.js to generate graphs based on semester data about volunteer activity.
-
If the pipeline has tasks that need rendering, D3 plot will fail since it doesn't render the DAG first:
https://github.com/ploomber/ploomber/blob/697b2a0b6580010311d8d22a17db516be540a34c/src/ploo…
-
Jaeger depends on a number of deprecated graph layout libs, like `dagre` and `viz.js`. It also provides a confusing assortment of graph views (force directed, DAG, and the latest graphs via plexus).
…