window.MSI=window.MSI||{},function(n,t){function i(n,t,i,r){var u=(r-90)*Math.PI/180;return{x:n+i*Math.cos(u),y:t+i*Math.sin(u)}}n.axisFormatters={percent:function(n){return n.value+" %"},currency:function(n){return numeral(n.value).format("$ 0,0[.]00")}};n.tooltipFormatters={percent:function(n){return n.point.redacted?'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>(redacted value)<\/b><br/>":'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>"+n.point.y+" %<\/b><br/>"},currency:function(n){return n.point.redacted?'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>(redacted value)<\/b><br/>":'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>"+numeral(n.y).format("$ 0,0[.]00")+"<\/b><br/>"},none:function(n){return n.point.redacted?'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>(redacted value)<\/b><br/>":'<span style="color:'+n.point.color+'">●<\/span> '+n.series.name+": <b>"+n.point.y+"<\/b><br/>"},pie:function(n){return n.point.redacted?'<span style="color:'+n.point.color+'">●<\/span> '+n.point.name+": <b>(redacted value)<\/b><br/>":'<span style="color:'+n.point.color+'">●<\/span> '+n.point.name+": <b>"+n.point.y+" %<\/b><br/>"}};n.dataLabelsFormatters={RV:function(n){return n.point.redacted?'<span style="color: '+n.point.color+'">RV<\/span>':""}};n.gaugeHash=function(n,r,u){var v;u=u||"";t(n.container.parentElement).find(".hash").remove();var e=n.renderer,nt=Highcharts.getOptions().colors,tt=n.pane[0],y=parseFloat(n.pane[0].options.center[0])/100,p=parseFloat(n.pane[0].options.center[1])/100,w=parseFloat(n.pane[0].options.size)/100,o=n.plotLeft+y*n.plotSizeX,s=n.plotTop+p*n.plotSizeY,h=w*n.plotSizeY/2,b=parseFloat(n.pane[0].options.background.innerRadius)/100*h,k=parseFloat(n.pane[0].options.background.outerRadius)/100*h,c=parseFloat(r)/100,l=c*180-90,d=-25+c*50,g=d,a=i(o,s,b,l),f=i(o,s,k,l);e.path(["M",a.x,a.y,"L",f.x,f.y]).addClass("hash").attr({"stroke-width":1,stroke:"darkblue",dashstyle:"shortdash",zIndex:100}).add();v="State Avg.<br/>".concat(r).concat(u);e.text(v,f.x+g,f.y+-15).addClass("hash").css({color:"#4572A7",fontSize:"9px",textAnchor:"middle"}).add()}}(window.MSI.charting=window.MSI.charting||{},jQuery);console.log("msiCharting.js loaded")