Hi all,
I have a line chart which has areas with no data, so when there's no data I want the chart to display nothing (no line), but I want it to display the category label.
Somthing like this:
---------------
Jan Feb Mar Apr
If there's no data for Apr just don't display the data but display the category label.
Thank you.
fixed category axis - how to?
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
Set the data value for the category to null. It will still display the category, but no data item.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

