Search found 3 matches

by linhvn0110
Mon Jan 08, 2007 5:37 am
Forum: JFreeChart
Topic: URGENT : Multi-lines tooltips with ImageMap (not APPLET)
Replies: 2
Views: 5880

Thanks

Hi ! Thanks a lot for your helps! I also find out the root cause of my issue. Ya, you 're right! This is the issue of Mozilla FireFox. When I test on IE, the graphs generate the tooltips in multiline format as I desired but with FireFox, it doesn't work. I used the cariage returns in the tooltips (\...
by linhvn0110
Thu Jan 04, 2007 5:41 am
Forum: JFreeChart
Topic: 3 questions about TimeSeriesChart
Replies: 2
Views: 4280

You can use the NumberAxis class of JFreeChart with NumberFormat for Y axis to format the values as desired and also DateAxis class of JFreeChart with SimpleDateFormat to format the value of X axis Let's take an example below: 2/ private void buildRangeAxis(JFreeChart chart) { XYPlot plot = chart.ge...
by linhvn0110
Thu Jan 04, 2007 5:33 am
Forum: JFreeChart
Topic: URGENT : Multi-lines tooltips with ImageMap (not APPLET)
Replies: 2
Views: 5880

URGENT : Multi-lines tooltips with ImageMap (not APPLET)

Hi All! I'm using JFreeChart to generate charts on web pages using Struts and JSP. Everything is ok but there's an issue that I don't know how to solve. That is: When displaying chart in JSPs (as images, not APPLET), the tool tip of each area of image should be multi-lines toolptip, not on one line ...