pradeepkumar
Members-
Content count
10 -
Joined
-
Last visited
Everything posted by pradeepkumar
-
Dear Team, I have modified your example DragNode1.html to add javascript call to get the xml after i drag around the nodes in chart for the new x,y coordinate changes ,however i am always greeted with ourChart.getXMLData is not a function error . I took the sample javascript code from my local version of http://www.fusioncharts.com/PCDocs/Contents/DragNodeJSRead.html Please let me know if i am missing any thing obvious here. I have attached the file with txt extension. Thanks Pradeep Kumar DragNode1.txt
-
Javascript call getDataXML on DragNode
pradeepkumar replied to pradeepkumar's topic in Javascript Problems
That fixed the problem. Yes i was just testing it from local drive.I should have tested via a web server. Thanks for all the help Team,you were great. Thanks Pradeep Kumar -
Javascript call getDataXML on DragNode
pradeepkumar replied to pradeepkumar's topic in Javascript Problems
and by the way i did try out function FC_Rendered(DOMId) { document.getElementById('btn').disabled=false; } but it never enabled the button in the first case,seems FC_Rendered is never fired. Pradeep Kumar -
Javascript call getDataXML on DragNode
pradeepkumar replied to pradeepkumar's topic in Javascript Problems
Dear Team, We have Licensed version 3.1 of Fusion charts very recently.I am changing the HTML of an example that comes bundled with download. Do i still need a updated version than what we have. Thanks Pradeep Kumar -
Javascript call getDataXML on DragNode
pradeepkumar replied to pradeepkumar's topic in Javascript Problems
Yes tried this one too,but for your line to work, i had to copy the DragNode from ../Charts to Gallery/Charts/DragNode . Still the same Javascript Error. Do you have any working example for this with you by any chance.You can try out yourself in house just by adding few lines. If you have an working that would be great. Thanks Pradeep Kumar -
Javascript call getDataXML on DragNode
pradeepkumar replied to pradeepkumar's topic in Javascript Problems
Hi Team, Sorry ,i did tested out with this line.I think ,i might have posted an old file. var chart = new FusionCharts("../Charts/DragNode.swf", "ChartId", "600", "450", "0", "1"). Still not able to make it work.Any other things to look for? Thanks Pradeep Kumar