1.0.8 • Published 9 years ago

phyloviz_graph v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
9 years ago

PHYLOViZ GRAPH

This package allows constructs the PHYLOViZ graph in a HTML canvas element. It uses an object generated by using the following packages:

goeburst -> phyloviz_input

#Usage example

var phyloviz_graph = require('phyloviz_graph');

var divCanvasID = 'canvasDiv'; //Div where the canvas element will be placed.

phyloviz_graph(PHYLOViZ_to_graph, canvasID, function(PHYLOViZgraph_Object){
	console.log(PHYLOViZgraph_Object); //PHYLOViZ Online object
});
1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago