1.0.8 • Published 8 years ago

phyloviz_graph v1.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
8 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

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago