An open API service indexing awesome lists of open source software.

https://github.com/pandao/jquery.flowchart.js

jquery plugin for flowchart.js.
https://github.com/pandao/jquery.flowchart.js

Last synced: 8 months ago
JSON representation

jquery plugin for flowchart.js.

Awesome Lists containing this project

README

          

# jquery.flowchart.js

jQuery plugin for [flowchart.js](https://github.com/adrai/flowchart.js).

####Example

[Demo](https://pandao.github.io/jquery.flowchart.js/examples/index.html)

####Usage

```html


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

$(function() {
$(".flowchart").flowChart();
});

```

####Install & download

Bower install:

bower install jquery.flowchart.js

Download:

- [jquery.flowchart.js](https://raw.githubusercontent.com/pandao/jquery.flowchart.js/master/dist/jquery.flowchart.js)
- [jquery.flowchart.min.js](https://raw.githubusercontent.com/pandao/jquery.flowchart.js/master/dist/jquery.flowchart.min.js)

####Thanks

Thanks to [flowchart.js](https://github.com/adrai/flowchart.js)'s work.

####Changes

[Change logs](https://github.com/pandao/jquery.flowchart.js/blob/master/CHANGE.md)

####License

The [MIT](https://github.com/pandao/jquery.flowchart.js/blob/master/LICENSE) license.

Copyright (c) 2015 Pandao