Search found 5 matches

by burningice
Wed Jul 25, 2007 2:04 pm
Forum: JFreeChart
Topic: Is cewolf still alive?
Replies: 0
Views: 1746

Is cewolf still alive?

It seems that the project on sourcefource has been inactive for a long time. Anybody knows what's up?
by burningice
Wed Jul 11, 2007 5:45 pm
Forum: JFreeChart
Topic: category band paint for bar charts?
Replies: 4
Views: 3932

ok, with pleasure. :)
by burningice
Wed Jul 11, 2007 5:41 pm
Forum: JFreeChart
Topic: CategoryAxis tick labels.
Replies: 3
Views: 4745

I also met such a problem. My solution is to use a concrete class for category key instead of string. Like this: -------------------------------------- public class MyCategoryKey implements Comparable { private int id; /* or any other type for id, or just use key as id if the key is unique */ privat...
by burningice
Wed Jul 11, 2007 5:23 pm
Forum: JFreeChart
Topic: category band paint for bar charts?
Replies: 4
Views: 3932

Ok. I'll wait for your next release, and for the current, I plan to extend CategoryPlot to implement this feature, as it's not difficult.
by burningice
Wed Jul 11, 2007 5:05 pm
Forum: JFreeChart
Topic: category band paint for bar charts?
Replies: 4
Views: 3932

category band paint for bar charts?

I noticed that there's no category band paint for CategoryPlot as XYPlot does (domain tick bands & range tick bands). In charts of many categories and many series, it confuses me to distinguish the boundary of adjacent catigories, even though I can increase the value of category margin, especially w...