aspose file tools
The moose likes Other JSE/JEE APIs and the fly likes Jfree Chart Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Other JSE/JEE APIs
Reply Bookmark "Jfree Chart Problem" Watch "Jfree Chart Problem" New topic
Author

Jfree Chart Problem

Ramachandran Sreejith
Greenhorn

Joined: Aug 09, 2008
Posts: 9
Hi all,

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
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 ]

Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Jfree Chart Problem
 
Similar Threads
How can I paint a chart in the jsp
Chart APIs
Help for using Java Time
JFree Line chart in DST
JFREE METER CHART