Skip to content
forked from flowhub/the-graph

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

License

Notifications You must be signed in to change notification settings

psichi/the-graph

 
 

Repository files navigation

Fork Information Build Status MIT license

This fork is a conversion of the codebase of the-graph to the latest react and es6.

The dependency on Polymer is removed, yet the api should be compatible enough to be integrated within the current polymer components of the graph.

The dependency on bower has also been removed.

The components are build using webpack.

Visit https://psichi.github.io/the-graph/ to see the current status.

The Graph Editor

This project provides a set of React Components for viewing and editing flow-based programming graphs.

The focus is on performance, usage of modern web technologies, and touchscreen friendliness.

The graph widgets have the following dependencies:

The project is the graph editing tool in NoFlo UI, replacing the older dataflow graph editor.

Installation

Get dependencies and build:

npm install
npm run build

Running

npm start

And open http://localhost:3000/the-graph-editor/index.html

Storybook

npm run storybook 

License

The MIT License

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 82.3%
  • CSS 17.7%