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.
- Host: GitHub
- URL: https://github.com/pandao/jquery.flowchart.js
- Owner: pandao
- License: mit
- Created: 2015-02-24T14:36:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-24T15:45:38.000Z (almost 11 years ago)
- Last Synced: 2025-04-11T23:18:43.233Z (8 months ago)
- Language: JavaScript
- Size: 215 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGE.md
- License: LICENSE
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