I just created a test project where I added all dependencies and I created JFreeChartWrapperSample class to add mentioned code. As that class already returns a panel I am just calling that from UI in order to show it.
It compiles well but it doesn´t show anything, so it is like it was showing an empy chart.
Maybe it is a stupid thing but I’ve been trying to figure out what could be and no success.
Could someone more familiar with that tell me what I am missing or doing wrong?
//////////Features////////////
Vaadin 7.3.2
Eclipse Luna 64bit running under Windows.
All dependencies mentioned above.
////////////////////////////////////
I’m currently migrating a Vaadin 6.8 application to Vaadin 7.3 and have the same problem! I also made a little test project to nail the problem down, but even with this little application, I don’t see a chart!
Just another info: I used the test code from the addon (JFreeChartWithVaadin.java) and made a tiny project with Vaadin 7.3.9, jfreechart 1.0.14 and jfreechartwrapper 3.0.2:
Still the same: program compiles and runs with out errors or warning in log but the browser doesn’t show me a chart! I can see the JavaScript Progress indicator advancing but afterwards it’s still all blank.
Does anybody use this addon together with Vaadin 7.3.9?
Looks like the addon (with jfreechartwrapper revision 3.0.2 and jfreechart 1.0.13) broke in Vaadin 7.3.9 - went back through a load of versions and 7.3.8 is the latest that seems fine. Also went forward and alas is still broken in 7.3.10 as well as 7.4.0.beta3
I tried your suggestion (Vaadin 7.3.10) but it doesn’t help wether in my application nor in the test case of the addon. With Vaadin 7.3.8 both are working as expected.