A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
madhuri_ls
- Posts: 10
- Joined: Thu Jun 24, 2004 7:15 am
Post
by madhuri_ls » Tue Jun 29, 2004 10:20 am
Hi
I am using JSP and Servlets to draw charts.
is there any way to show scrollable?? My dataset contains more than 50 values.
Thanx
-
angel
- Posts: 899
- Joined: Thu Jan 15, 2004 12:07 am
- Location: Germany - Palatinate
Post
by angel » Tue Jun 29, 2004 10:51 am
Where is the problem?
The broser shows the scrollbar automaticaly when the image does not fit the page.
-
Edison
Post
by Edison » Tue Jun 29, 2004 11:00 am
Wat about placing ur chart image in iframe

-
Guest
Post
by Guest » Tue Jun 29, 2004 11:38 am
hi
org.jfree.chart.ChartUtilities.writeChartAsPNG(out,chart,900,500);
This above line prints PNG file on browser. bu twhen I changes 900,500 to 1000,1000. it shrinks the image. shows unclear chart.
Thanx
-
Guest
Post
by Guest » Tue Jun 29, 2004 12:07 pm
HI
THANX . I GOT THE PROBLEM.
-
Guest
Post
by Guest » Thu Jul 22, 2004 9:51 am
Got any solution for this scrollbar issue? If so, can you share that pls.
Thanks!