Search found 11 matches
- Thu Oct 22, 2009 10:18 pm
- Forum: JFreeChart
- Topic: Automatic refresh of charts - Ajax?
- Replies: 9
- Views: 21904
Re: Automatic refresh of charts - Ajax?
Thanks David
- Thu Oct 22, 2009 9:25 pm
- Forum: JFreeChart
- Topic: Automatic refresh of charts - Ajax?
- Replies: 9
- Views: 21904
Re: Automatic refresh of charts - Ajax?
David, what are "Flash based chart libraries"? Java libraries that Adobe Flash provides?
- Thu Oct 22, 2009 9:03 pm
- Forum: JFreeChart
- Topic: Automatic refresh of charts - Ajax?
- Replies: 9
- Views: 21904
Re: Automatic refresh of charts - Ajax?
ok, how would you do it escaping the browser? Using Swing?
- Thu Oct 22, 2009 4:15 pm
- Forum: JFreeChart
- Topic: Automatic refresh of charts - Ajax?
- Replies: 9
- Views: 21904
Automatic refresh of charts - Ajax?
I have a need to have charts automatically refresh every second to few seconds. The data from which the charts are created is updated very often (< 1 sec.). Is there a way to have just the chart on the page, or even just the portions of the chart (e.g. bars), change automatically based on the changi...
- Tue Nov 20, 2007 12:41 am
- Forum: JFreeChart
- Topic: cewolf not working on aix
- Replies: 0
- Views: 1975
cewolf not working on aix
I have the following code in a jsp: <jsp:useBean id="customerChart" class="com.mycompany.CustomerChartData"/> <cewolf:chart id="customerPieChart" title="Percentage Labor by Customer" type="pie"> <cewolf:data> <cewolf:producer id="customerChart"> <cewolf:param name="customerChartHashtable" value="<%=...
- Wed Nov 14, 2007 4:47 pm
- Forum: JFreeChart
- Topic: Demo does not work
- Replies: 8
- Views: 7838
Thank you, very helpful
Thank you for all your time and help
- Wed Nov 14, 2007 1:01 am
- Forum: JFreeChart
- Topic: Demo does not work
- Replies: 8
- Views: 7838
No servlet examples in the servlet directory
There are no servlet examples in the servlet directory--just two html files and a web.xml file.
- Wed Nov 14, 2007 12:12 am
- Forum: JFreeChart
- Topic: Demo does not work
- Replies: 8
- Views: 7838
Thank you
Thank you
- Tue Nov 13, 2007 11:10 pm
- Forum: JFreeChart
- Topic: Demo does not work
- Replies: 8
- Views: 7838
Was hoping to see how to pass it to a jsp
Thanks, that explains that, but I was hoping to see how to dynamically create a chart and pass it to a jsp. Is there an example of that in the documentation?
Thanks again in advance.
Thanks again in advance.
- Tue Nov 13, 2007 10:46 pm
- Forum: JFreeChart
- Topic: Demo does not work
- Replies: 8
- Views: 7838
Demo does not work
I just purchased the documentation. In the documentation there is a demo. I opened one of the html files and it lists the title, but there is no chart under it. Anyone know how this is supposed to work?
Thanks in advance.
Thanks in advance.
- Tue Oct 16, 2007 6:44 pm
- Forum: JFreeChart
- Topic: Error when trying to run the demo jar
- Replies: 1
- Views: 3125
Error when trying to run the demo jar
I am getting the following error when trying to run the demo jar. I am entering the command stated in the readme file: java -jar jfreechart-1.0.6-demo.jar and I am using jdk1.3.1_20 Here is the error: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/lowagie/t ext/DocumentExcept...