board 0.0.1-alpha.1
board: ^0.0.1-alpha.1 copied to clipboard
Interactive node-edge graph visualisation
Board #
Board is a diagram (graph visualisation) library ported from JGraphX to Dart and released under the BSD license.
Board provides functionality for visualisation and interaction with node-edge graphs (not charts). Example applications that you might write with it are a workflow editor, an organisational chart, a business process modelling tool, a UML tool, an electronic circuit diagrammer, network/telecoms visualisation (you get the idea, things with nodes and edges that connect those nodes, a mathematical graph).
Board also includes functionality like XML stencils support, various import/export and layouting (automatically node/edge positioning).