From: Joris van Zundert Date: Wed, 19 Sep 2012 21:19:19 +0000 (+0200) Subject: Made graph size fluid. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3b1bc82ce632fb0e5901b1655ddbd92f20506fd5;p=scpubgit%2Fstemmaweb.git Made graph size fluid. --- diff --git a/root/js/stexaminer.js b/root/js/stexaminer.js index dced82d..67bd657 100644 --- a/root/js/stexaminer.js +++ b/root/js/stexaminer.js @@ -48,6 +48,7 @@ function loadSVG(svgData, cb) { if( cb ) { cb.call(); } + theSVG.width( "100%" ); } }); }