Terry Liittschwager
unread,Jun 19, 2012, 9:52:12 PM6/19/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jqplot...@googlegroups.com
I may be hoping for what is not yet doable, but here is my situation:
var dpCumOpt={axes:{xaxis:{min:0,max:2500},yaxis:{min:0,max:200000}}};
var pCumGraf;
$.jqplot('dpCum',[ld.fCumPairFwd[0],ld.fCumPairAft[0],ld.fCumPairAft[1]],dpCumOpt);
pCumGraf=$.jqplot('dpCum',[ld.fCumPairFwd[0]],dpCumOpt);
pCumGraf=$.jqplot('dpCum',[ld.fCumPairAft[0]],dpCumOpt);
pCumGraf.replot();