Skip to content

Yonet/tree-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Angular D3 Tree Graph

A customizable angular d3.js tree graph directive, based on Mike Bostock's Cluster Dendrogram example.

Usage

  • Include d3-tree.js.
  • Add 'yon.tree-directive' as a dependency to your app.
  • Make s.

Bower

Installable via bower:

bower install Yonet/tree-graph

Example

See the tree-graph-example repo for an usage example.

<div ng-app="app">
  <div ng-controller="MainController">
	   <yon-tree
			  data="exampleData"
				width="900"
				height="2000"
			>
			</yon-tree>
	</div>
</div>

Credits

yon-tree is based on Mike Bostock's Cluster Dendrogram example.

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published