Trouble withTimeSeriesChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Rudra A Dixit

Trouble withTimeSeriesChart

Post by Rudra A Dixit » Wed Dec 19, 2001 5:06 pm

Hi everyone,

I'm developing an application which queries a database to see how many users connected to my site in a specified interval. When I query intervals within the same day (for example, [2001-12-18 00:00, 2001-12-18 23:00]), it works fine. But if I query larger intervals (for example, for the last 3 days), I will get an awkward graph, with y=0. I would like to know how can I solve this problem.

Thanks in advance,

Mr. Rudra A Dixit

David Gilbert

RE: Trouble withTimeSeriesChart

Post by David Gilbert » Thu Dec 20, 2001 9:21 am

Hi Rudra,

Can you write a short demo program to illustrate the problem? Perhaps hard-code a small number of data values. That will make it easier for me to fix it.

Regards,

DG.

Locked