Search found 4 matches

by debolina
Tue Aug 21, 2007 6:11 pm
Forum: JFreeChart
Topic: flicker while dragging on the Jfreechart
Replies: 1
Views: 2412

flicker while dragging on the Jfreechart

I have added a slider onto a chart generated by JFreeChart using Javascript.
It is in a web application. When I drag my slider, the chart flickers continously. Is there a way to stop the chart from flickering when I am dragging the slider on it?
I will highly appreciate any suggestions.
Thanks.
by debolina
Thu Aug 09, 2007 5:49 pm
Forum: JFreeChart
Topic: JFreeChart and Ajax
Replies: 2
Views: 5231

JFreeChart and Ajax

I am using AJAX to display a chart (JFreeChart) on my webapp. I have created the chart and converted it into image and written it in a image tag and send that back as text response to the Ajax call. That works fine but the problem is I need to get information out of the chart when a user clicks on t...
by debolina
Mon Dec 18, 2006 7:48 pm
Forum: JFreeChart
Topic: refreshing JFreeChart
Replies: 6
Views: 15100

refresh JfreeChart

Without using the SWT_AWT bidge can I actually embedd a chart into a RCP application ?
by debolina
Mon Dec 18, 2006 3:57 pm
Forum: JFreeChart
Topic: refreshing JFreeChart
Replies: 6
Views: 15100

refreshing JFreeChart

I am using the code that I have posted below to add JFreeChart into an eclipse RCP application. I have the problem that I cannot refresh the chart. I tried using refresh buffer on the frame but that does not work. I tried to dispose off the composite also before I run the program again to create the...