Meenal

Members
  • Content count

    1
  • Joined

  • Last visited

About Meenal

  • Rank
    Forum Newbie
  1. In our application there are about 15+ charts rendered on different pages, we need to export all the charts in excel on click of an icon. we thought of following possible solutions and relative problems. 1. Export the charts at client side : Question: How to export the charts without rendering them on browser (exportEnabled :"1" or batchexport need the rendering) 2. Save the images of fusion charts without rendering on browser, add the images to excel : Question: How to save the images of fusion chart without rendering them. Any help and pointers on the solution is appreciated