TimeTableXYDataset « Dataset « JFreeChart Q&A





1. TimeTableXYDataset problem or bug with StackedXYAreaRend ...    jfree.org

TimeTableXYDataset problem or bug with StackedXYAreaRend ... by Guest Wed Sep 28, 2005 1:32 pm I have a problem when I use TimeTableXYDataset withStackedXYAreaRenderer or XYAreaRenderer. I print the data for each serie with this method: public void printAllValues() { for (int i=0; i " ...

3. Dynamic TimeTableXYDataset .. possible?    jfree.org

by mentox Fri Jan 04, 2008 8:20 am Hello, i have tryed some code ... the chart is painting the axis with the rigth values but does the areas are not painted what do i wrong? Code: Select all import java.util.Date; import java.util.TreeMap; import org.jfree.data.DomainInfo; import org.jfree.data.Range; import org.jfree.data.xy.AbstractXYDataset; import org.jfree.data.xy.TableXYDataset; public class DynamicTimeTableXYDataset extends AbstractXYDataset implements TableXYDataset, DomainInfo { ...

4. Bug in StackedXYAreaRenderer2 with TimeTableXYDataset???    jfree.org

Bug in StackedXYAreaRenderer2 with TimeTableXYDataset??? by wherisat Tue Jun 03, 2008 10:38 pm Hello, Versions bug seen in: 1.0.9 SVN Revision 1041 (downloaded on 6/3/08 5pm EST) Similar BUT different posts: http://www.jfree.org/phpBB2/viewtopic.php?t=24763&highlight=timetablexydataset+bug Data for screen shot below Code: Select all Minute aX1 = new Minute(0, 0, 1, 1, 1970); ...

5. Regression on TimeTableXYDataset Dataset    jfree.org

I already have a TimeTableXYDataset Stack Chart plotted. The X Axis is Time(for eg. 1/1/2009) and the Y Axis is Value(Double). I wanted to draw the Regression line on top of this. I saw the Regression Demo example and it seems that the only datasets it accepts is the XYDataset and the double[][]. Is there a way i can pass the ...

6. TimeTableXYDataset does not respect timezone, test case att.    jfree.org

TimeTableXYDataset does not respect timezone, test case att. by almaw Tue May 26, 2009 7:44 pm Hi. I love JFreeChart - it rocks. That said, I'm having an issue with TimeTableXYDataset - it doesn't seem to respect the timezone that you construct it with. Here is some minimal code to reproduce the problem. It should surely be drawing five bars ...

9. TimeTableXYDataset: tick labels wrong (Month +1!)    jfree.org

Here's a minimal test case: Code: Select all /** * JFreeChart bug: TimeTableXYDataset with Month period shifts date tick labels. * (Bug 2899145). * The resulting chart shows "Apr 2006" for the first date value "2006-05-31"! ...