I am try to implement Jfree chart(Line chart) with JSF, My problem is x-axis fields are like '2008-08-09 03:22:33' (Date and Time) when processing with this type of values.. Jfree Chart shows like '2008-08-09...'
How can I show entire value(Date and time) in the jfree chart
Thanks Sreejith
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
Welcome to JavaRanch.
My guess would be that the value is too long, and doesn't fit if there are other X values as well; so it gets truncated. [ August 09, 2008: Message edited by: Ulf Dittmer ]