Aggregate dates inside Time series

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pdemilly
Posts: 2
Joined: Fri Sep 12, 2008 12:16 am

Aggregate dates inside Time series

Post by pdemilly » Fri Sep 12, 2008 10:09 pm

Hi,

I have a collection returned from a database of dates and sales volume. I would like to use that collection to display a line chart per day and a bar chart per month

How can I take a TimeSeries of class Day and transform it into a TimeSeries of Class Month using jfree or do I need to do that outside of the library

TIA

Pascal

Locked