plot a line on a jqplot that already has other lines without having to redraw the other lines

30 views
Skip to first unread message

Terry Liittschwager

unread,
Jun 19, 2012, 9:52:12 PM6/19/12
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();




Reply all
Reply to author
Forward
Message has been deleted
0 new messages