Dot graph visualization component for Polymer
Maintained by Cong Liu.
-
Import Web Components' polyfill:
<script src="../bower_components/platform/platform.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.2 May 22, 2014
- Updated polymer to 0.2.3
- Updated vis.js to 1.0.1
- Updated to use bower version of polymer & vis.js
- v0.0.1 August 19, 2013
- Started project using boilerplate-element