the-graph icon indicating copy to clipboard operation
the-graph copied to clipboard

SVG custom elements for FBP graph editing and visualization. Used in noflo/noflo-ui

Results 91 the-graph issues
Sort by recently updated
recently updated
newest added

Some overflow with tall nodes: ![screenshot 2014-09-22 at 03 08 48](https://cloud.githubusercontent.com/assets/3346/4350652/1265e0bc-41f5-11e4-85f9-91457a04e6ee.png)

bug

Like #155, but edges don't have ids, so it is a little more complicated.

jank

With some simple physics, you could drag a node between two adjacent nodes, and it would bump them out of the way a bit. Everything would go back to the...

enhancement

To make the-graph more usable, I think we need to move away from dom events on specific SVG elements, and move towards a system with one listener for the whole...

interaction
alpha feedback

When user is creating a new edge, we should magnify the ports of a node (similarly to how they're shown in the node contextmenu) when the edge is dragged over...

enhancement
interaction

When user drags a wire from a port, and drops on the canvas, we should allow them to add a new node there. This should bring up a visual "placeholder...

enhancement
interaction

Seems to work correctly in Chrome. As reported by @sebpiq

bug
alpha feedback

1. open the-graph-editor/index.html 2. open tab in front 3. leave for a few minutes 4. switch back to the tab 5. frozen for a while ![screen shot 2014-03-28 at 12...

bug
jank

noflo-ui allows you to navigate between main graph and subgraphs used in it. We do this by changing the `graph` property of `the-graph-editor`. Since the runtime connection remains the same,...

bug

`the-graph` should emit an event when a node has been zoomed to fill the viewport (either fully, or some threshold like 80%). We could use this for navigating to that...

enhancement
interaction