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

I noticed there was a recent (Julyish '16) merge of some new keybindings: https://github.com/the-grid/the-graph/blob/master/the-graph/the-graph-app.js#L398 Won't these get triggered anytime there is input in any ? Would the right way to...

This means the absolute minimum size should be _22 pixels_ for the following things: - Node - Port on a highlighted node

enhancement
interaction

With ArrayPorts we should, instead of having multiple wires going to a single port, have them each connect to a different port. So, instead of multiple connections to a `in`...

interaction

Currently `the-graph` draws "organic" curved edges: ![screenshot 2014-02-25 at 16 07 00](https://f.cloud.github.com/assets/3346/2258869/808f634e-9e2e-11e3-8b66-88cf6f9e05d8.png) In meemoo/dataflow we used edges with 45 degree angles: ![](http://bergie.iki.fi/files/noflo-ui/clock-demo-preview-small.png) This gave it a more "machine-like", and often...

debate

``` the-graph-editor.autolayout = true ``` I'm adding new node with `the-graph-editor->the-graph.addNode(...)`, and I see exception: "cannot read property 'inports' from undefined". I had a some investigations here and found: 1....

bug

some svg css thing

compatibility

with the new hammer.js multitouch pinch isn't firing

compatibility

With smooth ZUI, when noflo-ui panels are opened then the relative view of the-graph could stay the same. Related: https://github.com/noflo/noflo-ui/issues/382

interaction

Wirepattern might look like this: ![wirepattern visualization](https://cloud.githubusercontent.com/assets/395307/5932328/42556464-a64f-11e4-829c-56a125f7347c.png) Other ideas visualized: - vertical alignment of 'main' in and out - visual connection of main - async component = visual break in...

enhancement