<divstyle="position:absolute;top:15px;; opacity:0.8; background:white; width:100%; height:95%;"><divclass="monitor_data"></div></div><script><%if(typeoferrorPercentage!='undefined'){%>varerrorPercentageData=[<%=errorPercentage%>];<%}else{%>varerrorPercentageData=[99];<%}%>vary=200;/* escape with two backslashes */varvis=d3.select("#chart_THREAD_POOL_<%= name.replace(/([ !"#$%&'()*+,./:;<=>?@[\]^`{|}~])/g,'\\\\$1') %>").append("svg:svg").attr("width", "100%").attr("height", "100%"); /* add a circle -- we don'tusethedatapoint,wesetitmanually,sojustpassingin[1]*/varcircle=vis.selectAll("circle").data([1]).enter().append("svg:circle");/* setup the initial styling and sizing of the circle */circle.style("fill","green").attr("cx","30%").attr("cy","20%").attr("r",5);</script></div>