Dot graph visualization component for Polymer
Maintained by Cong Liu.
-
Import Web Components' polyfill:
<script src="//cdnjs.cloudflare.com/ajax/libs/polymer/0.0.20131107/polymer.min.js"></script>
-
Import vis.js:
<script src="//visjs.org/vis.js"></script>
-
Import Custom Element:
<link rel="import" href="src/a-dot.html">
-
Start using it!
<a-dot dot="digraph {1 -> 1 -> 2; 2 -> 3; 2 -- 4; 2 -> 1 }"></a-dot>
| Attribute | Options | Default | Description |
|---|---|---|---|
dot |
string | "" |
Dot graph |
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -m 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
- v0.0.1 August 19, 2013
- Started project using boilerplate-element