prakash chaudhary

Members
  • Content count

    15
  • Joined

  • Last visited

Everything posted by prakash chaudhary

  1. Fusioncharts & Visualforce

    Please tell me how to connect fusion charts with visualforce ? Is it necessary to use MySQL or MSACeess database while using Fusioncharts in JSP & Can we do it by using XML ?
  2. Fusioncharts & Visualforce

    Connector ??? Can u explain me, wht exactly type of connector is required ? Please explain your views fully & tell me more about Connector ?
  3. Please tell me, can i pass dynamic data in JSON data format while using Fusion charts ? Since I have seen demo of static data but I am not fully aware of JSON so that I am in afraid that how to generate charts dynamically. Please help me soon so that I can move forward.... Regards...
  4. No Data Is Displaying....

    Since I want to create entire fusioncharts in javascript only so i have used below method as, FusionCharts.setCurrentRenderer('javascript'); But it is not showing me any data, & there is message coming as no data to display while removing the above line then it shows me data properly so please tell me how to see data in only javascript format. My code is here as, <html> <head> <title>My First chart using FusionCharts - Using JavaScript</title> <script type="text/javascript" src="FusionCharts/FusionCharts.js"></script> </head> <body> <div id="chartContainer">FusionCharts will load here!</div> <script type="text/javascript"><!--- FusionCharts.setCurrentRenderer('javascript'); var myChart = new FusionCharts( "FusionCharts/Column3D.swf", "myChartId", "400", "300", "0", "1" ); myChart.setXMLUrl("Data.xml"); myChart.render("chartContainer"); // --> </script> </body> </html>
  5. Convert Fusioncharts Into Images/pdf

    Use Fusioncharts as Image so that it is easily integrated in PDF format. I need to convert Fusioncharts at server side export only bcoz there will be no mean for client side export.
  6. Convert Fusioncharts Into Images/pdf

    Hiiiii Angshu, can u give me some link to generate PDF in javascript without using any s/w in code as reference ?
  7. Convert Fusioncharts Into Images/pdf

    Hiiii Anghsu, please guide me that what i have to do in such condition... I have my own button & onClick of that button PDF gets generated. & now I want to put your fusion charts should be there as image on that pdf so what I have to do for that ? I need to put entire code in that pdf generation code... or any other your views bcoz i am quite confuse abt the process of saving. So tell me wht i should i do in such condition ?
  8. Convert Fusioncharts Into Images/pdf

    Please tell me one more thing that, To convert fusioncharts into JPEG image we need flash player 10 installed on PC. But flash player 10 also required at the time of loading the fusion charts or less that 10 can also works very well...
  9. Convert Fusioncharts Into Images/pdf

    I tried your code also but there is no action happenig on click of button... Right nw I am using browser as Google Chrome but as I hope there is no any matter of browser...
  10. Convert Fusioncharts Into Images/pdf

  11. Convert Fusioncharts Into Images/pdf

    Hiii Angshu, Please tell me one thing that, I have one button & above it fusion chart is showing & onClick of button save dialog should be open & then i can save the image. Hope you understood wht am i telling... Actually, I want that when I click on my button then these fusionchart should be converted into image & attached to my PDF. Bcoz in PDF i have to show entire plans along with their charts in PDF formats so please help in doing this. Regards...
  12. No Data Is Displaying....

    Yup, I am using Google Chrome... So why it is not working in Google chrome ?
  13. Convert Fusioncharts Into Images/pdf

    Generally, my website will be online so that Fusioncharts is visible to client but when he/she want it in PDF format then what i have to do for that ? where It should be done at server side or client side ?
  14. Hiiiiii Guys, I am new in Fusioncharts & I want to connect my JSP website with Fusioncharts so please tell me how to do it ?
  15. Connect Jsp Website With Fusioncharts

    Thanks Angshu....