maligangadhar
Members-
Content count
102 -
Joined
-
Last visited
-
Days Won
1
Everything posted by maligangadhar
-
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.....
-
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...... Its very urgetnt plz reply....ASAP...
-
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
-
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, Is there any charts in fusion charts licence version where it will load data for every second ....similar t stock market charts....... 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....) -
iam using licence version of fusion charts :: How can i load dynamic chart load, ex: chart need t load latest 24 hr data and show it on the chart...this porcess has t be happen regularly..... (Plz dont tell t call this mehtod every minute t load data freshly....) Please help me on this.. Regards GAngadhar
-
iam not using anything like asp , Plz let me know how t load chart dynamically (means: ....load automcatically after every minute it has t load from dbase...)
-
iam using DragNode for populating org charts.... 1. i need to show charts vertically, ie: from parent to child-> vertical line and connecting to childs thru vertical lines.....screen shot attached... 2. Need to set some font properties for the node names.....( see attachment) Thx in advance.
-
iam using Drag Node for populating org charts, Need help on the below issues: 1. Hide tool tip on the org charts 2. auto set link on chat item...(instead of right click and then select enable links....) Thx in advance.
-
Hi, I need to set the border color for my org chart.....any help on this.....
-
how to handle on mouse over event on nodes ....i need to call pull out some data for each node list , how can i invoke mouseover for each node?
-
Please advice how can i add different font properties and include images inside drag nodes. iam using toolText, plz advice with some examples
-
Hi , iam using MSLine for populating my chart, n the x axis iam displaying dates,last date is not populating completely, it is missing out from Seconds.... Please find the same as attachment.
-
this seems t be not working ....plz advice how do i increase width?