🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

flowchart.js is a jQuery wrapper for Flowchart JS library that makes it easy to draw a vector based flowchart diagram using SVG and Raphaël.js.

flowchart

Documentation

jquery.flowchart.js

jQuery plugin for flowchart.js.

####Example

Demo

####Usage

<div class="flowchart"> st=>start: User login op=>operation: Login operation cond=>condition: Login successful Yes or No? e=>end: Into admin panel  st->op->cond cond(yes)->e cond(no)->op </div>  <script src="js/raphael.min.js"></script> <script src="js/jquery.min.js"></script> <script src="js/flowchart.min.js"></script> <script src="../src/jquery.flowchart.js"></script> <script type="text/javascript">     $(function() {         $(".flowchart").flowChart();     }); </script>

####Install & download

Bower install:

bower install jquery.flowchart.js 

Download:

####Thanks

Thanks to flowchart.js's work.

####Changes

Change logs

####License

The MIT license.

Copyright (c) 2015 Pandao


You May Also Like