I am using Cewolf tag library, so how do I get tooltip in this case?
Also, my understanding is that the tooltip is for each data point on the time series, correct?
Thanks.
Search found 3 matches
- Wed Nov 15, 2006 8:01 pm
- Forum: JFreeChart
- Topic: Imagemap tooltips for TimeSeries chart?
- Replies: 5
- Views: 8236
- Thu Nov 09, 2006 3:44 pm
- Forum: JFreeChart
- Topic: Problem with deployment
- Replies: 2
- Views: 3014
Just got my problem fixed, it's because JFreeChart calls Java2D, which requires a display environment, which is not available on the Linux server. So, I changed the batch file to add -Djava.awt.headless=true to tell JVM to use a headless display. See below link for details: http://java.sun.com/produ...
- Wed Nov 08, 2006 11:05 pm
- Forum: JFreeChart
- Topic: Problem with deployment
- Replies: 2
- Views: 3014
Problem with deployment
I am using JBoss IDE 1.6 (built on Eclipse) and developing a web app that utilize JFreeChart (through Cewolf tags in JSPs). It works fine when I ran it on my local machine. However, when I deploy it onto the production server (JBoss 4.0.1), the chart is not drawn and an exception is thrown (see belo...