Vaadin Charts: Export to SVG

Hi all,
i have a problem exporting vaadin charts to svg with:

String svg = SVGGenerator.getInstance().generate(chart.getConfiguration()) After exporting the svg-string contains a valid svg definition, but the chart is incomplete. There is only the charts’ headline included, not the chart itself.
I’ m using the most recent phantomjs with Vaadin charts 1.1.7

Has anyone an idea whats going wrong?

Regards,
Markus

see http://dev.vaadin.com/ticket/14822.

was fixed in charts 1.1.8.

:slight_smile:

Thanks - works now :slight_smile: