-
JSFIDDLE:https://jsfiddle.net/bababalcksheep/xa9rofm5/13/
I am having trouble centering and zoom fitting all contents once dagre is finished.
mafar updated
8 years ago
-
**Lighthouse Version**: 1.3.2
**Chrome Version**: 54.0.2840.98
**Error Message**: Failed to construct 'URL': Invalid URL
**Stack Trace**:
```TypeError: Failed to construct 'URL': Invalid URL
…
-
I had a DAG with a name that started with a number. The UI in Airflow broke. It was unable to show me any of the status circle SVGs for the DAG, even though it had been executed successfully, and with…
-
The dag gets registered, but the namespace is mismatched and the DAG never gets scheduled and shows no status.
As an example:
dag = DAG(dag_id='second_dag.py', default_args=args)
Will not get sched…
fdion updated
8 years ago
-
Refer to image.......
The top of my git log is shown below:
```
commit 692014d8c2691351751c3921b99a92f99acca3f9
Merge: 459ec4c 3846abc
Author: Maxime Beauchemin
Date: Fri Jan 15 10:12:11 2016 -…
-
The UUID text label for each node is too large for the node in MB-6 (emdata1:8500). It's possible that this occured when I zoomed in to see the DAG.
-
Based on some experimentation, it looks like status circles on the main web server page don't appear for `dag_id`s that contain periods. Changing a dag_id from `test.dag` to `test_dag` was enough to m…
-
I've begun work on the tree visualization discussed in ipfs/webui#56
Here is a screenshot of the work in progress:
![](https://rawgit.com/harlantwood/dataviz/tree/webapps/tree-ltr/doc/ipfs-core.png…
-
Hello,
Am relatively new to R and was trying to plot a Sankey diagram using the networkD3 library. However, all I get is a blank screen. The diagram is supposed to show the flow of infections between…
-
It occurred to me today that (most of the moving parts of) the tree viz in #1 can be tested on CI pretty readily:
- factor the tree viz so that the JSON tree sent to d3 can be requested via a URL
- st…