Skip to content

ghostoy/a-dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<a-dot>

Dot graph visualization component for Polymer

Maintained by Cong Liu.

Demo

Check it live.

Usage

  1. Import Web Components' polyfill:

    <script src="../bower_components/platform/platform.js"></script>
  2. Import Custom Element:

    <link rel="import" href="src/a-dot.html">
  3. Start using it!

    <a-dot dot="digraph {1 -> 1 -> 2; 2 -> 3; 2 -- 4; 2 -> 1 }"></a-dot>

Options

Attribute Options Default Description
dot string "" Dot graph

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

History

  • 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

License

Apache License 2.0

About

Dot graph visualization component for Polymer

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages