Mark Dawson

Results 13 comments of Mark Dawson

The amount of margin between subgraphs is random unless made explicit No margin ![image](https://github.com/cylc/cylc-ui/assets/7523921/a6337601-6a02-4734-99a6-a1eae0670ba7) Margin set in code ![image](https://github.com/cylc/cylc-ui/assets/7523921/b10a2d5f-03ee-425b-a40c-6f35e1cc3738) Im guessing the second one is better?

> to a state where there's an grouping with the title "undefined". And transposing this graph gives a console error. Will see if I can figure out anything else tomorrow...

I've also noticed that on the complex workflow switching on the 'group by cycle point' it can result in some graph edges (I think thats the correct term for arrows)...

For the time being - figure out a means of drawing a dotted box around families. This can be done with graphviz [subgraphs ](https://graphviz.readthedocs.io/en/stable/manual.html#subgraphs-clusters) The graphviz dot code is returned...

When turning the dotcode into json objects - if two subgraphs are included with the exact same bounding box then the coordinate data is only contained in the first object...

Other related issues include Table view + Tree view - When Table view is default and Tree view is opened whilst the workflow is running views crash (stop updating). -...

Checking whats coming from graphQL in the network tab when the issue is occurring... ![image](https://github.com/cylc/cylc-ui/assets/7523921/76e6b8b8-a112-471e-90f3-b4f10ba05043) If I hit refresh (fixing the problem) ![image](https://github.com/cylc/cylc-ui/assets/7523921/262946c9-28f5-4ef7-b30f-657feb4a6d21)

![image](https://github.com/cylc/cylc-ui/assets/7523921/3ae1a65b-85ce-4ffb-86c9-ecc56565cfae) {"id": "2", "type": "data", "payload": {"data": {"deltas": {"id": "~mdawson/issue_ui_1634/run1", "added": {"workflow": {"id": "~mdawson/issue_ui_1634/run1", "reloaded": true, "__typename": "Workflow"}, "cyclePoints": [{"__typename": "FamilyProxy", "id": "~mdawson/issue_ui_1634/run1//20191209T1200Z/root", "state": "submitted", "ancestors": [], "childTasks": []}, {"__typename":...

![image](https://github.com/cylc/cylc-ui/assets/7523921/247c415c-e686-4763-8cef-849e481013c3) {"id": "2", "type": "data", "payload": {"data": {"deltas": {"id": "~mdawson/issue_ui_1634/run1", "added": {"cyclePoints": [], "taskProxies": [], "jobs": [], "__typename": "Added"}, "updated": {"workflow": {"id": "~mdawson/issue_ui_1634/run1", "__typename": "Workflow"}, "cyclePoints": [{"__typename": "FamilyProxy", "id": "~mdawson/issue_ui_1634/run1//20191209T1200Z/root",...