Search found 4 matches

by gennadius
Thu Sep 15, 2005 5:24 pm
Forum: JFreeChart
Topic: StackedXYAreaChart and Tooltips
Replies: 2
Views: 1408

Will do. Thanks for the help! Is there an easy work-around for this temporarily? I haven't looked at the renderer itself yet, but is it something that I could sub-class?

Thanks again!
by gennadius
Thu Sep 15, 2005 12:51 am
Forum: JFreeChart
Topic: StackedXYAreaChart and Tooltips
Replies: 2
Views: 1408

StackedXYAreaChart and Tooltips

Hello all, I noticed some threads regarding a bug in the StackedXYAreaRenderer and have followed the procedure to work-around it by setting the series rendering order to FORWARD. My question is if there is an issue with tooltips as well? My chart was generating tooltips correctly as a standard XYAre...
by gennadius
Tue Sep 13, 2005 12:23 am
Forum: JFreeChart
Topic: Area chart and null or missing values
Replies: 1
Views: 928

Heh...following up to my own post. I was able to achieve the desired behavior by adding an extra zero point within my data. However, I would still be interested in learning if there is a way to do this or configure the renderers or series so that missing values either retain the last value or defaul...
by gennadius
Mon Sep 12, 2005 11:47 pm
Forum: JFreeChart
Topic: Area chart and null or missing values
Replies: 1
Views: 928

Area chart and null or missing values

Hello, I have done quite a bit of poking around, and while I have found and implemented an answer to this question as it pertains to a standard Line chart, I haven't found much regarding an Area chart. My question is how can I make it so that when there is no data at a given point in my area chart, ...