I am wondering if it is possible to make time series bar chart that has for examle
Regular period like Day.class and
it is not stacked or "overlaid".
Because I would like time bar chart like it is made in Excel.
With StackedXYBarRenderer() I get stacked bar and
with XYBarRenderer() I get bars that are drawn one on another (if colors are transparent you can see coverings), both with TimeTableXYDataset.
It is the same with TimeSeriesCollection dataset.
So I would like with three series with values in one Day that they are drawn beside each other and NOT OVER or ON.
Time Bar Chart (multiple) NOT OVER or ON each other
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
I think this is a presentation issue, better dealt with by the renderer than by changing your dataset. Someone contributed a renderer (ClusteredXYBarRenderer) that does what you want (I think).
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

