Search found 13 matches

by deepika
Thu Mar 01, 2007 5:00 pm
Forum: JFreeChart
Topic: "Tooltip" behavior in StackAareaChart..is there a
Replies: 10
Views: 22309

Hi David, I downloaded the latest version of Jfreechart 1.0.4 but I still don't find the changes you mentioned in your below note. The last time StackedAreaRenderer.java was updated is 2006-10-11 but according to your note, it should have been updated on 2006-11-30 again. Could you please help me an...
by deepika
Wed Jan 10, 2007 7:25 pm
Forum: JFreeChart
Topic: "Tooltip" behavior in StackAareaChart..is there a
Replies: 10
Views: 22309

Hi David,

Which files have you updated for this fix. I looked at the StackedAreaRenderer.java but that seems to be the old version.

Thanks,
Deepika
by deepika
Thu Nov 30, 2006 4:18 pm
Forum: JFreeChart
Topic: "Tooltip" behavior in StackAareaChart..is there a
Replies: 10
Views: 22309

Thanks Dave. I appreciate your response. I would like to offer my help and try to get it fixed. Could you provide me some pointers/directions. Would it be along the implementation of StackedXYAreaRenderer2.java? Also, I have another question. I am also using a Time series chart as follows. I am pass...
by deepika
Thu Nov 30, 2006 2:51 pm
Forum: JFreeChart
Topic: "Tooltip" behavior in StackAareaChart..is there a
Replies: 10
Views: 22309

"Tooltip" behavior in StackAareaChart..is there a

Hi Everyone, I am trying to create a stacked area chart using ChartFactory.createStackedAreaChart() with CategoryDataset. But to my surprise, tooltip behaves very different compared to using ChartFactory.createAreaChart() with CategoryDataset. When I say it behaves different, I mean that for formar ...
by deepika
Thu Nov 30, 2006 2:47 pm
Forum: JFreeChart
Topic: ChartFactory.createStackedAreaChart() with CategoryDataset ?
Replies: 3
Views: 6194

"Tooltip" behaviour in StackAreaChart...is there a

Hi Everyone, I am trying to create a stacked area chart using ChartFactory.createStackedAreaChart() with CategoryDataset. But to my surprise, tooltip behaves very different compared to using ChartFactory.createAreaChart() with CategoryDataset. When I say it behaves different, I mean that for formar ...
by deepika
Wed Nov 29, 2006 8:09 pm
Forum: JFreeChart
Topic: ChartFactory.createStackedAreaChart() with CategoryDataset ?
Replies: 3
Views: 6194

ChartFactory.createStackedAreaChart() with CategoryDataset ?

Hi Everyone, Here is something very simple, I am trying to do. I am trying to create a stacked area chart using ChartFactory.createStackedAreaChart() with CategoryDataset. But to my surprise, tooltip behaves very different compared to using ChartFactory.createAreaChart() with CategoryDataset. When I...
by deepika
Wed Oct 25, 2006 6:43 pm
Forum: JFreeChart
Topic: ChartMouseListener not working..please help!!
Replies: 2
Views: 6116

Yeah, that was the problem. Thanks a lot.
by deepika
Tue Oct 24, 2006 2:44 pm
Forum: JFreeChart
Topic: ChartEntity nearest to mouse click
Replies: 2
Views: 5753

Hi esword, This is great. thanks a lot. But I want things to work slightly different. The below example works great when you move the mouse horizontally. But when I move the mouse vertically say, I move the mouse in 2nd series on a StackedAreaChart then ChartEntity showed sometimes corresponds to 1s...
by deepika
Mon Oct 23, 2006 8:06 pm
Forum: JFreeChart
Topic: ChartMouseListener not working..please help!!
Replies: 2
Views: 6116

ChartMouseListener not working..please help!!

Hi, I want to be able to display the tool tip information based on a given category and a series. The tool tip generator only displays the information when the mouse is put over the intersection of X and Y axis values...I am trying to use ChartMouseListener to capture the category and series of the ...
by deepika
Mon Oct 23, 2006 5:23 pm
Forum: JFreeChart
Topic: Modify tooltip so one doesn't have to point at the tip
Replies: 0
Views: 2361

Modify tooltip so one doesn't have to point at the tip

Hi, I want to overwrite the tool tip so that when one wants to see the (X,Y) value of a given series, he/she doesn't have to move the mouse at the tip of the chart. I want to be able to put the mouse anywhere along the X-axis for a given series and still see its (X,Y) value. I am trying to do this u...
by deepika
Wed May 18, 2005 3:40 am
Forum: JFreeChart
Topic: How to specify the URL for a series in Stacked Area Chart?
Replies: 0
Views: 2393

How to specify the URL for a series in Stacked Area Chart?

Hi,

Can someone please tell me how to set the URL link based on series in a Stacked area chart. I tried with

renderer.setSeriesItemURLGenerator()
renderer.setSeriesToolTipGenerator()

but no luck.
by deepika
Tue May 17, 2005 11:56 pm
Forum: JFreeChart
Topic: Writing Image Map information
Replies: 3
Views: 4639

Specifying URL link based on series in stacked area chart

Hi,

Can someone please tell me how to set the URL link based on series in a Stacked area chart. I tried with

renderer.setSeriesItemURLGenerator()
renderer.setSeriesToolTipGenerator()

but no luck.
by deepika
Tue May 17, 2005 9:44 pm
Forum: JFreeChart
Topic: Writing Image Map information
Replies: 3
Views: 4639

Thanks Dave, That was very helpful. It works now.