Hello,
at the Moment I use ChartFactory.createStackedBarChart to get my chart. For the x-axis I have dates in a timeseries. Because I have a lot of datapoints, the x-axis labels are not readable, because they overlap.
Is there any solution for this. The stacked option is a must.
Thanks
Martin
StackedBarChart with TimeSeries
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
You should try an XYPlot with a DateAxis, using the TimeTableXYDataset and a StackedXYBarRenderer.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

