Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Vaadin Charts Change export url
Hello,
I want to change vaadin charts exporting url to my own server. But i can't find any examples and no idea how to do that. Only i found that http://www.highcharts.com/docs/export-module/setting-up-the-server
But i am looking for support for vaadin directly. Are there any documents or tutorials about that ?
Use Exporting#setUrl(). More info can be found for example here: https://vaadin.com/docs/-/part/charts/java-api/charts-advanced.html
Thank you for your answer. I am writing because maybe someone read this and can be helpful.
I setup the export module of highcarts to my freebsd server. And set the url link as Tapi Aali said, now all the data come to my server.
exporting.setUrl("myserver.com:8080/export");