guillermo-carrasco / bcbio-nextgen-monitor

Monitor the status of bcbio-nextgen analyses
MIT License
4 stars 2 forks source link

Modularise the JS library used to build de graphs #10

Closed guillermo-carrasco closed 8 years ago

guillermo-carrasco commented 8 years ago

The idea would be to be able to specify a supported library in a configuration file, something like:

graph_library: mermaid

And you would only need to implement a couple of methods, i.e draw_node, etc.