Onur5
(Onur Çınar)
1
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 ?
Tapio1
(Tapio Aali)
2
Onur5
(Onur Çınar)
3
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”);