For many years now I’ve been successfully making use of Cewolf to generate charts in my application and I recently came across the Cewolf enhancements thoughtfully prepared and packaged by Ulf Dittmer, that amongst many other useful bug fixes and new features extends the support for chart types when using Cewolf-1.1-ulf.
Having installed the dependent jar files in my
Tomcat application WEBINF/lib directory all appears to be successful and I’ve been able to generate a number of new chart types. However, I noticed that the tooltips that have until now successfully displayed in my charts are no longer visible.
At first I thought I might be making use of a deprecated feature of Cewolf in my
JSP files, but having checked the examples in the download for Cewolf-1.1-ulf I notice that the tooltips don’t appear to be working here either.
Some additional investigation showed that in my current application using Cewolf-0.12.0 the tool tips also stop working if I replace the existing jfreechart jar files for release 1.0.1 with those for release 1.0.13 (upon which Cewolf-1.1-ulf seems to be dependant).
Please can anyone tell me if they’ve experienced a similar issue with the examples in the Cewolf-1.1-ulf download using JFreechart-1.0.13 so I can confirm that this isn’t something specific to my own installation?