Search found 2 matches

by Steven
Thu Feb 07, 2008 6:51 pm
Forum: JFreeChart
Topic: Dates from timestamps on image map tooltips
Replies: 2
Views: 4094

Thanks for the reply, I managed to do it earlier by making a class that implements ToolTipTagFragmentGenerator (I actually extended OverLIBToolTipTagFragmentGenerator, as I prefer it) and then wrote my own generateToolTipFragment(String toolTipText) which parses the toolTipText parameter to extract ...
by Steven
Thu Feb 07, 2008 12:37 am
Forum: JFreeChart
Topic: Dates from timestamps on image map tooltips
Replies: 2
Views: 4094

Dates from timestamps on image map tooltips

Hey, I've got an XYLineChart, on which my X axis is a bunch of time values, stored as milliseconds since Jan 1 1970. I'm getting this output to a web page through use of a Java Servlet, and am getting the image map to go with it. On the tooltip, how can I alter the text so that I can convert the tim...