views:

36

answers:

0

http://timepedia.org/chronoscope/

I have a very specific charting need for a GWT application I am currently working on and found a reference to chronoscope in another stackoverflow post. I looked at it and tried to integrate it into my application but ran into this compiler error:

[ERROR] Errors in 'jar:file:/C:/dev/Viper/war/WEB-INF/lib/chronoscope-0.7.jar!/org/timepedia/chronoscope/client/browser/DomTextLayer.java' [ERROR] Line 289: Type mismatch: cannot convert from Element to Element

I found another person had run into the same issue here: http://code.google.com/p/gwt-chronoscope/issues/detail?id=130

There has been no resolution on this issue - has anyone successfully integrated this charting tool into a GWT application?

Has anyone run into this compiler issue and solved it?

thanks. jr