CANVE / canve-viz

CANVE visualizer UI
3 stars 1 forks source link

Feature/17 awesomeplete integration #24

Closed danielabar closed 8 years ago

danielabar commented 8 years ago

The globalGraph node data is provided to awesomeplete to build the autocompletions.

When user selects one, an event is published with the node id.

The graph subscribes to these events and fires the graph display for the given node passed in event payload.

Fixes #17