BV-EII

Members
  • Content count

    6
  • Joined

  • Last visited

About BV-EII

  • Rank
    Forum Newbie
  1. Hey Raj, Is this feature implemented now or it is still in wish list? Thanks,
  2. Print Using Javascript

    Hello Angie, I am attaching 6 files. 1. TEST-IE-PAGE.JPG : This is how page looks on Internet explorer. Chart is loading on a ModalPopupExtender. I have print button which calling the javascipt as mentioned on link. 2. TEST-IE-Print.JPG : This is how it is getting printed from IE. Basically it is printing as we get from window.print (not just the chart). It is printing everything printable on the page along with the chart. 3. TEST-FIREFOX-PAGE.JPG : This is how page looks on Firefox . 4. TEST-Firefox-Print.JPG : This is how it is getting printed from Firefox. It prints everything on page but chart. 5. TEST-IE-RightClick-Print.JPG 6.TEST-Firefox-RightClick-Print.JPG My requirement is to print just the chart not everything on the page as we can achieve using Right Clicking on chart. I have attached sample image 5 & 6 . Thank you for your help. Hope you will help me find a solution.
  3. Print Using Javascript

    Angie I downloaded the eval version got the latest script file. Now it could load the printManager class. Now on button click in IE it working window.print(), printing everything on page and in firefox no chart. Any idea on this issue.
  4. Print Using Javascript

    Thanks Angie for reply. But I am not finding FusionCharts.printManager class in FusionChart.js. Its throwing error for me. Please let me know if I have to download any new version of JS file to use this feature.
  5. I have a chart loading in a ModalPopup in an asp.net application. My client wants to have a button to print the chart instead of right clicking on chart to print it. Is there way to access "Print It" menu using javascript. If yes then please share the code