Problems with vaadin and phantom js

I used the following code for generating a svg out from vaadin chart based on phantomjs-1.9.7-windows:
SVGGenerator.getInstance().generate(configuration);

The configuration of the chart is attached.

The svg which is generated only shows the header of the chart. Any Ideas what could be wrong? The content of the generated svg is shown in the attachment of this post.

Thank you for all help in advance!!


17111.txt (1.63 KB)
17112.svg

Problem is only existing when I’m upadting to the newest vaadin version 7.3.3 and vaadin charts 1.1.7.
I’ve downgraded to 7.2.5. and vaadin charts 1.1.6 and everything works fine. Hopefully somebody knows how this problem could be solved.

has been fixed in charts 1.1.8, see
http://dev.vaadin.com/ticket/14822