TimeChart

A discussion forum for the JCommon class library.
Locked
ErdyMurphy
Posts: 1
Joined: Fri Jun 05, 2009 12:57 pm

TimeChart

Post by ErdyMurphy » Fri Jun 05, 2009 1:06 pm

Hello,

i have data which stores dates as java.sql.Timestamp. The period of this data which goes for example 01.01.09 -31.01.09.
Now i want to plot this data in a timechart but with a domainaxes from 01.01.09 to 31.01.09.
I want to use only the time of every date. So that i have a chart which shows one day from 00:00:00 - 23:59:59.
So all time of the whole month are represented in one chart.
I hope you understand what i mean its hard to explain. But perhaps somebody could help me with this problem.
I searched the api but i didnt find a solution.

thx for helping

Locked