Bar chart with 5 minute wide bars?
-
- Posts: 8
- Joined: Tue Jul 06, 2010 4:18 pm
- antibot: No, of course not.
Bar chart with 5 minute wide bars?
I'm using an XYBarRenderer and a TimeSeriesCollection to plot data for every minute of a business day. However, at the end of the day, the data is collapse, or bucketed, into intervals of 5 minutes, to save space on the database. However, when graphing the collapsed data, there are 5-minute gaps in-between each bar. Is there a way to stretch this bar over the entire five-minute interval, so that it is 5-min wide?