This is a library which provides a way to render interactive flowcharts starting from a well formatted xml
- Copyright:
- 2014 Otto srl
- License:
- MIT-style license
- Source:
- flowchart/js/flowchart.js, line 13
Requires
- module:jQuery>=v2.0.3
- module:mootools-core>=1.4
- module:mootools-more>=1.4
Classes
- Chart
- Chart class
- ConditionalBlock
- Conditional Block, n choices
- EndBlock
- End Block
- ErrorBlock
- Error Block
- EventDispatcher
- Event dispatcher Object
- StraightBlock
- Straight Block, no choices
Namespaces
Methods
-
<static> BlockFactory(type, node) → {Object}
Factory method which creates block objects
-
Parameters:
Name Type Description type
String The block type node
Object The xml node object - Source:
- flowchart/js/flowchart.js, line 65
Returns:
a specific Block instance- Type
- Object