function FuncGrafica(b,a){$(document).ready(function(){plot=$.jqplot(a,[b],{axesDefaults:{pad:1.2,tickOptions:{showMark:false,showGridline:true,showLabel:true},showTicks:true,showTickMarks:true},series:[{lineWidth:1,markerOptions:{style:"filledSquare",size:2},yaxis:"y2axis",color:"#AF292E",pointLabels:{location:"s",ypadding:3}}],axes:{xaxis:{renderer:$.jqplot.DateAxisRenderer,numberTicks:0},y2axis:{tickOptions:{formatString:"%.2f"},numberTicks:6}},grid:{drawGridLines:true,gridLineColor:"#D7D9D8",background:"#fafafa",borderColor:"#bbbbbb",borderwidth:1,shadow:false,renderer:$.jqplot.CanvasGridRenderer},cursor:{show:true}})})};
