HI
Dear Grav
thank you , your way is good:)
Search found 13 matches
- Wed Apr 07, 2004 10:15 am
- Forum: JFreeChart
- Topic: servlet
- Replies: 15
- Views: 25603
- Wed Apr 07, 2004 6:18 am
- Forum: JFreeChart
- Topic: servlet
- Replies: 15
- Views: 25603
can you post a demo about two respones
hi
thank you
can you post a demo about two response one is for html the other is for chart in jsp /servlet
thank you
can you post a demo about two response one is for html the other is for chart in jsp /servlet
- Tue Apr 06, 2004 4:02 am
- Forum: JFreeChart
- Topic: servlet
- Replies: 15
- Views: 25603
i have a little problem
hi richard
first thank you very much , after saw your WAR demo , i think that your
way is right , but i think if we save a chart into a tmp directoy, our web
application's performance is badly, when the most clients access web
server, i think that access disk is not a good idea, is't it?
first thank you very much , after saw your WAR demo , i think that your
way is right , but i think if we save a chart into a tmp directoy, our web
application's performance is badly, when the most clients access web
server, i think that access disk is not a good idea, is't it?
- Mon Apr 05, 2004 2:12 am
- Forum: JFreeChart
- Topic: servlet
- Replies: 15
- Views: 25603
hi please try if like following ways
hi please try do it like this /** *this class file for create your chart */ package helloservlet; import java.io.*; import org.jfree.chart.*; import org.jfree.data.*; public class myDemoChart { public myDemoChart() { } private DefaultPieDataset getDataSet() { DefaultPieDataset dataset = new DefaultP...
- Thu Apr 01, 2004 7:43 am
- Forum: JFreeChart
- Topic: simple demo about jsp/servlet use jfreechart
- Replies: 0
- Views: 2277
simple demo about jsp/servlet use jfreechart
i hope it can bring a lot of help for you /** *this class file for create your chart */ package helloservlet; import java.io.*; import org.jfree.chart.*; import org.jfree.data.*; public class myDemoChart { public myDemoChart() { } private DefaultPieDataset getDataSet() { DefaultPieDataset dataset = ...
- Mon Mar 08, 2004 3:25 am
- Forum: JFreeChart
- Topic: servlet
- Replies: 15
- Views: 25603
try to do like following
1.by JDBC get the data from your database (like mysql, sqlserver ...). 2.you may code a javabean to make a jfreechart object and make a public method like following ...................... public void drawMyChart( OutputStream x ) { ..... JFreeChart chart = ............ ChartUtilities.writeChartAsJPE...
- Wed Mar 03, 2004 11:02 am
- Forum: JFreeChart
- Topic: help: running jfreechart in linux
- Replies: 5
- Views: 5171
please check your classpath
Hi
please check your classpath if it not be setted, do like this
# export classpath = /opt/jfreechart/xxx(your install paht);
please check your classpath if it not be setted, do like this
# export classpath = /opt/jfreechart/xxx(your install paht);
- Wed Mar 03, 2004 4:02 am
- Forum: JFreeChart
- Topic: about timechart
- Replies: 9
- Views: 7938
about test
Hi David I have download the latest jfreechart that jcommon-0.9.1.zip and jfreechart-0.9.16 After test but the same error still has occurred. It is very bizarrerie. The JfreeChart Object(only by ChartFactory.createTimeSeriesChart(…) made) as the EJB Remote method result type (such as public JfreeCha...
- Tue Mar 02, 2004 2:41 am
- Forum: JFreeChart
- Topic: about timechart
- Replies: 9
- Views: 7938
about time chart
Hi David
That is no problem
I will test code about TimeSeriesCollection, if you think the problem has be fixed! please
tell me , i will test
thank you

That is no problem

I will test code about TimeSeriesCollection, if you think the problem has be fixed! please
tell me , i will test
thank you

- Mon Mar 01, 2004 4:01 am
- Forum: JFreeChart
- Topic: about timechart
- Replies: 9
- Views: 7938
The time chart
Hi David: Thank you J About EJB remote interface you said is good! In fact it is serialized and deserialized.if I code it Into a standalone app(like the ones in org.jfree.chart.demo),it is very good! Following is my EJB code ………………… private DefaultPieDataset getMyPieData() { DefaultPieDataset datase...
- Fri Feb 27, 2004 3:11 am
- Forum: JFreeChart
- Topic: about timechart
- Replies: 9
- Views: 7938
about timechart
hi everyone i encounted a problem, it may be a bug of jfreechart :-( my environment list: os windows2000 ejb(jboss server) + jsp(tomcat server) i create a jfreechart that is a pie chart ,by ejb remote inteface poss it to jsp ,then display on IE it is ok! but when i create a jfreechart that is a Time...
- Tue Feb 24, 2004 6:22 am
- Forum: JFreeChart
- Topic: about line chart
- Replies: 2
- Views: 2615
Thank you
Mr.David
thank you very much!!
thank you very much!!
- Mon Feb 23, 2004 3:17 am
- Forum: JFreeChart
- Topic: about line chart
- Replies: 2
- Views: 2615
about line chart
hi
everyone i am using jfreechart first,who will tell me
the line chart's date that how to create ??
thanks
everyone i am using jfreechart first,who will tell me
the line chart's date that how to create ??
thanks
