If I construct a timeseries object with a given interval (hour, day, week, etc), is it possible to convert it to another interval?
Currently, I have a set of data (values for each day) that I want to display both as daily values (day 1: value x, day 2, value y, etc) as weekly values (week1, sum(value x, y, etc) ). Does the JFree library support something like this?
Convert Timeseries
Convert Timeseries
I wish to express my gratitude to the people of Italy. Thank you for inventing pizza.
-
- JFreeChart Project Leader
- Posts: 11734
- Joined: Fri Mar 14, 2003 10:29 am
- antibot: No, of course not.
- Contact:
There's no code in JFreeChart to do this for you - you'll have to write a utility function that does it. It shouldn't be too hard.
David Gilbert
JFreeChart Project Leader
Read my blog
Support JFree via the Github sponsorship program
JFreeChart Project Leader

