I was trying the link attribute of the dataset in the dragnode chart... but it doesnt seem to be working. I was trying the same examples given as part of the evaluation.
Page 1 of 1
Dragnode chart link attribute Not functioning
Other Replies To This Topic
#2
Posted 15 May 2009 - 02:58 AM
Hi,
I'm afraid, link attribute works with <set> element not with <dataset> element.
Regards,
Rahul Kumar
Software Engineer
Rahul Kumar
Software Engineer
A byte of magic.
Other Replies To This Topic
#3
Posted 20 July 2009 - 01:45 PM
It doesn't work in my case as well. I tried both the link and clickURL, both didn't make
any difference. Any insight?
Thanks, Eko.
My sample data (somehow this doesn't show in the forum):
any difference. Any insight?
Thanks, Eko.
My sample data (somehow this doesn't show in the forum):
Other Replies To This Topic
#4
Posted 20 July 2009 - 11:37 PM
Hello Kokon,
Could you please attach your code in .zip format in your post?
Looking forward to your reply.
Could you please attach your code in .zip format in your post?
Looking forward to your reply.
Regards,
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
Other Replies To This Topic
#6
Posted 22 July 2009 - 01:20 AM
Greetings Kokon,
The Drag Node chart has a Drag mode and a Link mode, which do not work simultaneously.
The following function will describe this:
1. enableLink='<0/1>': If there are any links defined on the nodes, you can opt to start the chart in link mode (rather than dragging mode) by setting this attribute as 1.
Your users can, at runtime, toggle between link mode and drag mode using the right-click context menu of chart.
Could you please add this attribute to your <chart> element and try again?
I hope this helps.
The Drag Node chart has a Drag mode and a Link mode, which do not work simultaneously.
The following function will describe this:
1. enableLink='<0/1>': If there are any links defined on the nodes, you can opt to start the chart in link mode (rather than dragging mode) by setting this attribute as 1.
Your users can, at runtime, toggle between link mode and drag mode using the right-click context menu of chart.
Could you please add this attribute to your <chart> element and try again?
I hope this helps.
Regards,
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Rajroop Bhaduri
FusionCharts Team
Help us improve our documentation with your precious feedback at:
http://documentation...sioncharts.com/
Follow us @Twitter
Other Replies To This Topic
#7
Posted 23 July 2009 - 02:16 PM
I changed the enableLink, and I saw a difference there. But instead of calling the java-script function, it reloads the chart.
I set the link to link='j-window.alert-"test"', and it didn't make any difference.
Any suggestions?
Thanks a lot for the help. I really appreciate it.
Regards, KOkon.
I set the link to link='j-window.alert-"test"', and it didn't make any difference.
Any suggestions?
Thanks a lot for the help. I really appreciate it.
Regards, KOkon.
Other Replies To This Topic
#8
Posted 25 July 2009 - 12:58 AM
Hi,
Could you please make sure you have the registerWithJS flag set to 1?
This can be done as follows:
var myChart = new FusionCharts("../FusionCharts/Column2D.swf", "myChartId", "500", "300", "0", "1");
Hope this comes of use.
Could you please make sure you have the registerWithJS flag set to 1?
This can be done as follows:
var myChart = new FusionCharts("../FusionCharts/Column2D.swf", "myChartId", "500", "300", "0", "1");
Hope this comes of use.
Other Replies To This Topic
#9
Posted 30 July 2009 - 06:17 PM
Hi,
Sorry for the late reply.
Here, I tried with the registerWithJS set to 1, and it didn't help.
The parameter passed to the SWF was:
debugMode=0&chartWidth=800&chartHeight=600&DOMId=chart1Id®isterWithJS=1&scaleMode=noScale&lang=EN&dataURL=/rpc/layerconfigurator/ chartdata
From the server log, instead of calling the java-script, it sends a HTTP request to "/j-showLayerInfo-35" instead.
Any other tricks?
Thanks a lot for the help.
Regards, KOkon.
Sorry for the late reply.
Here, I tried with the registerWithJS set to 1, and it didn't help.
The parameter passed to the SWF was:
debugMode=0&chartWidth=800&chartHeight=600&DOMId=chart1Id®isterWithJS=1&scaleMode=noScale&lang=EN&dataURL=/rpc/layerconfigurator/ chartdata
From the server log, instead of calling the java-script, it sends a HTTP request to "/j-showLayerInfo-35" instead.
Any other tricks?
Thanks a lot for the help.
Regards, KOkon.
Other Replies To This Topic
Page 1 of 1

Back to top
MultiQuote


