diff jqBarGraph.2.1.js @ 32:13083e0615da draft

Uploaded
author mzeidler
date Mon, 30 Sep 2013 13:09:12 -0400
parents 12ecc13c64b9
children 04d3086631ac
line wrap: on
line diff
--- a/jqBarGraph.2.1.js	Mon Sep 30 12:54:20 2013 -0400
+++ b/jqBarGraph.2.1.js	Mon Sep 30 13:09:12 2013 -0400
@@ -488,7 +488,7 @@
             var div = document.getElementById("image" + elid);
             div.innerHTML="";
             out="<div><H3>Consensus Image for Region "+region+"</H3></div>";
-            out+="<img id='image_file"+elid+"' src="+consensus_image+" alt="+consensus_image+" style='width:auto;'>";
+            out+="<img id='image_file"+elid+"' src="+consensus_image+" alt="+consensus_image+" style='width:100%;'>";
             $(div).append(out)