From 3c602539e424ddd6f93e79727721eaed2235b69d Mon Sep 17 00:00:00 2001 From: Jerome Mariette <jerome.mariette@inra.fr> Date: Mon, 24 Apr 2017 13:18:09 +0000 Subject: [PATCH] update doc --- docs/documentation.html | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/documentation.html b/docs/documentation.html index eb74e05..ff45ffe 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -66,6 +66,7 @@ <p>In order to use jvenn, you need to import within your web page: </p> <ul> <li><a href="http://jquery.com/">jQuery v1.6.x or higher</a></li> + <li><a href="js/canvas2svg.js">canvas2svg.js</a></li> <li><a href="js/jvenn.min.js">jvenn.min.js</a></li> </ul> <p>Take a peek at the code below, a single function call to initialise the venn diagram is all it takes:</p> -- GitLab