Hello,
App has been built in Backbone + requireJS.
Assigned event listener to certain object's change, so would need to submit that object to function invoked via link property.
http://docs.fusioncharts.com/charts/contents/DrillDown/LinkFormat.html
Problem is that can only submit string parameters to function invoked via link. Have tried to access variables on global level, but nothing is available in function assigned to link, as it seems to be kind of exclusive region.
Any idea or other recommended strategies?
Regards