All Projects → Yonet → tree-graph

Yonet / tree-graph

Licence: other
No description, website, or topics provided.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].