andrejmk

Members
  • Content count

    3
  • Joined

  • Last visited

About andrejmk

  • Rank
    Forum Newbie
  1. Server Side Export On Button Click

    Hi, the function works great, it saves the image files on serer disk. But, it works only on the Flash version of the charts, when I switch to the HTML5 version, it doesn't work. It doesn't save the files on server disk, but it's showing me save dialog and it's only for the last graph, not for every graph on the page. So, the flash version works OK, but html5 is not working. Any solution on this? Thanks, Andrej
  2. Server Side Export On Button Click

    Hi, I'm not talking about 3 different formats. I want on button click to be able to export every chart on my page as images. If I have 3 charts, I want to save 3 images on my server. But, I want to be able to do that on a single button click. Is that possible? Thanks, Andrej
  3. Hi, I've read the documentation about server side exporting here: http://docs.fusioncharts.com/charts/contents/index.html?exporting-image/server-side/ECServerOverview.html and I've implemented it. It works great, but I want to export the charts on another way. For example, I have 3 charts on my page. I want to be able to export them on button click and to save 3 different images from each graph. Is that possible? Thanks, Andrej