skip labels in a category chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
ray lukas
Posts: 12
Joined: Thu Jul 06, 2006 6:18 pm
Location: Cambridge MA

skip labels in a category chart

Post by ray lukas » Thu Jul 06, 2006 7:27 pm

I need to skip labels in a category chart. There have been several request but no solutions. Does anyone have a solution?

My categories are dates which can be in any arbitrary language or format. I can not use a time series chart because it does not support all the different chart types. I have no way of knowing what the dates will be or how they will be formatted (dd-mm-yyy, GMT-x, days to end of year, Chinese). I have no choice but to treat them as just labels.

Any ideas on “This skipping categories problem?” Does anyone have a solution?

We can not ship our new release becasue we based it on JFreeChart and then ran into this.
of all the things I lost, I miss my mind the most

ray lukas
Posts: 12
Joined: Thu Jul 06, 2006 6:18 pm
Location: Cambridge MA

Post by ray lukas » Fri Jul 07, 2006 1:37 pm

I am continuing work on this in a different thread first started by Jsaiz titled “Skip Category Labels”. If, and when, I get this working I will post my solution there. And perhaps in this thread.
thanks ray
of all the things I lost, I miss my mind the most

ray lukas
Posts: 12
Joined: Thu Jul 06, 2006 6:18 pm
Location: Cambridge MA

Post by ray lukas » Tue Jul 11, 2006 3:21 pm

may final solution, unless I have some time to make it better, has been posted to the jsaiz message. hope it helps..
ray lukas
of all the things I lost, I miss my mind the most

Locked