maligangadhar
Members-
Content count
102 -
Joined
-
Last visited
-
Days Won
1
About maligangadhar
-
Rank
Forum Guru
-
waiting for ur reply.....atleast with one live ex with demo...... it is very urgetn....
-
DragNode3.xml DragNode3.html
-
i have already set it .....still not cmg
-
Hi, Iam using licence verison of fusion charts, how can i call js function on click of any node....(iam using dragnode for populating my org charts.....need t call a js on click of any node) my code as follows: <set allowDrag="0" color="2EFE2E" height="45" id="DB Server1" link="JavaScript:myJS('Hong Kong');" name="DB Server 01" width="130" x="8" y="50"/> <script LANGUAGE="JavaScript"> function myJS(myVar){ window.alert(myVar); } </script> think some thing need t change in fusioncharts.js file...... Please share some live code.....
-
my code as follows: <set allowDrag="0" color="2EFE2E" height="45" id="DB Server1" link="JavaScript:myJS('Hong Kong');" name="DB Server 01" width="130" x="8" y="50"/> <script LANGUAGE="JavaScript"> function myJS(myVar){ window.alert(myVar); } </script> think some thing need t change in fusioncharts.js file...... Its very urgetnt plz reply....ASAP...
-
Hi, Iam using licence verison of fusion charts, how can i call js function on click of any node....(iam using dragnode for populating my org charts.....need t call a js on click of any node)
-
iam keeping all the script code in sep js file..... my js looks like this... function invokeTrendProtocolRegister(protocolVal, apiVal, fromDateFinal, toDateFinal, fromTotal,toTotal,statusPage) { var urlAppend = "fromDate=" + fromDateFinal + "&toDate=" + toDateFinal + "&protocol=" + protocolVal+"&api="+apiVal+"&statusPage="+statusPage; var reportUrl = uri + "ProtocolTrendServlet?" + urlAppend; reportUrl = escape(reportUrl); var myChart = new FusionCharts("SWFcharts/MSLine.swf", "myChartId44","600", "350", "0", "0"); myChart.setDataURL(reportUrl); myChart.render("portal-REGISTER"); } } how do i need t call FC_Render on this....
-
can u please guide me how to use FC_Rendered ... i have 5 charts in my page.....need t handle this event seperately for all the charts.... iam using some thing like: function FC_Rendered(DOMId){ //If it's our required map alert("inside"); if (DOMId=="myChartId44"){ //Simply alert window.alert("Look Ma! I am World Map and I've finished loading and rendering."); return; } } seems t be not working......
-
hi, 1. i have used unique domId still it comes as no data found 2. after chart load event is not working (i have tested the code in your files as well it is not working......) can u plz test it locally and then share me the same...
-
thx for ur reply, iam using licence version of fusion charts: 1. i have used multiple domid for all charts, still some times it says no data found..... 2.FusionCharts.addEventListener ( FusionChartsEvents.DrawComplete, function () { alert("FusionCharts Draw Complete."); }); FusionChartsEvents is is missing from my fusioncharts.js......please send me fusioncharts.js file as well Thanks in advance
-
waiting for reply, please respond its very urgent....
-
Hi, 1.I need to do some events after chart has rendered. Tried with the following but not working : FusionCharts("myChartId").addEventListener ("DrawComplete" , myChartListener ); function myChartListener(event, parameter) { alert( event.sender.id + " has completed chart drawing" ); } 2. How can i render multiple charts silustaneosly ( need to load 5 charts .....at the same time) Regards Gangadhar
-
Charts Like Live Stock Data
maligangadhar replied to maligangadhar's topic in FusionCharts and ASP.NET
thx, but it seems t be using asp files, I need t render the same process with normal jscript by caling java servlets....( it will generate and render xml from server side.) -
Charts Like Live Stock Data
maligangadhar replied to maligangadhar's topic in FusionCharts and ASP.NET
thx for ur reply, i need to see the code for live demo..... i have downladed latetest fusion widget version from V3, i cannot find code related to it......can u share me url to access the same...(live dome + code ) -
Charts Like Live Stock Data
maligangadhar replied to maligangadhar's topic in FusionCharts and ASP.NET
thx for ur quick reply, can u plz send me the link, examples i can see demo....(u forgot t put link....)