prakash chaudhary
Members-
Content count
15 -
Joined
-
Last visited
Everything posted by prakash chaudhary
-
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 ?
-
Fusioncharts & Visualforce
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
Connector ??? Can u explain me, wht exactly type of connector is required ? Please explain your views fully & tell me more about Connector ? -
Generate Charts Dynamically Through Json Data Format
prakash chaudhary posted a topic in General usage
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... -
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>
-
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.
-
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
Hiiiii Angshu, can u give me some link to generate PDF in javascript without using any s/w in code as reference ? -
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
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 ? -
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
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... -
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
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... -
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
-
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
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... -
No Data Is Displaying....
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
Yup, I am using Google Chrome... So why it is not working in Google chrome ? -
Convert Fusioncharts Into Images/pdf
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
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 ? -
Hiiiiii Guys, I am new in Fusioncharts & I want to connect my JSP website with Fusioncharts so please tell me how to do it ?
-
Connect Jsp Website With Fusioncharts
prakash chaudhary replied to prakash chaudhary's topic in FusionCharts and JSP
Thanks Angshu....