maligangadhar

Members
  • Content count

    102
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by maligangadhar

  1. Dragnode Links

    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.....
  2. Dragnode Links

    waiting for ur reply.....atleast with one live ex with demo...... it is very urgetn....
  3. Dragnode Links

    DragNode3.xml DragNode3.html
  4. Dragnode Links

    i have already set it .....still not cmg
  5. Dragnode Link

    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)
  6. Dragnode Link

    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...
  7. Handle Chart Render Event

    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
  8. Handle Chart Render Event

    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....
  9. Handle Chart Render Event

    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......
  10. Handle Chart Render Event

    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...
  11. Handle Chart Render Event

    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
  12. Handle Chart Render Event

    waiting for reply, please respond its very urgent....
  13. 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
  14. Charts Like Live Stock Data

    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.)
  15. Charts Like Live Stock Data

    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 )
  16. Charts Like Live Stock Data

    thx for ur quick reply, can u plz send me the link, examples i can see demo....(u forgot t put link....)
  17. Dynamic Load Of Chart Contents...

    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
  18. Dynamic Load Of Chart Contents...

    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...)
  19. 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.
  20. DragNode --disable tool tips

    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.
  21. DragNode ----border color

    Hi, I need to set the border color for my org chart.....any help on this.....
  22. dragnode mouse over events

    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?
  23. dragnode mouse over events

    Please advice how can i add different font properties and include images inside drag nodes. iam using toolText, plz advice with some examples
  24. MSLine

    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.
  25. MSLine

    this seems t be not working ....plz advice how do i increase width?