Results 1 to 1 of 1
Thread: help in line graph in jsp page
- 02-15-2010, 04:20 AM #1
help in line graph in jsp page
Hi all,
I'm new in this part(jsp),
do any one had done the line graph by jfreechart
i'm using jfreechart-1.0.13,JFreeChart & jcommon-1.0.16
may i explain
there is aselection company,store any year range after the selection then the action goes to the action class (im using struts 1.2),
in action
dsChart=lp.getDataFromTable(fetchCompany, fetchStore, startmonth, endmonth,startyear,monthyear);
dsChart.setTitle(ap.getStoreName(fetchStoreAd)+" Fuel ");
dsChart.setSubTitle(reportType);
request.setAttribute("chart",dsChart);
return mapping.findForward("chart");
but on running the pgm the out put will be
xLow<xHigh
why this error,please help me with any example in line graph in jsp(struts based)or any site that give a good tutorial.
thanks in advance
Similar Threads
-
need help in displaying a bar graph in jsp page
By ras_pari in forum New To JavaReplies: 0Last Post: 11-05-2009, 06:21 AM -
Plotting a line graph
By revilo in forum New To JavaReplies: 1Last Post: 10-11-2009, 12:07 AM -
Need to read an .ini and .abook file line by line (both files contain texts)
By ollyworks in forum Java AppletsReplies: 4Last Post: 09-10-2009, 10:18 AM -
Reading in a line of data and splitting the line up into variables
By guru32 in forum New To JavaReplies: 9Last Post: 04-07-2009, 03:51 AM -
Reading in data from file line by line
By bluekswing in forum New To JavaReplies: 1Last Post: 10-02-2007, 12:19 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks