Search the Community

Showing results for tags 'clickable'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Company Forums
    • Company News
  • Product Forums
    • FusionCharts XT
    • FusionWidgets XT
    • PowerCharts XT
    • FusionMaps XT
    • Collabion Charts for SharePoint
    • jQuery Plugin for FusionCharts
    • AngularJS plugin
    • ReactJS plugin
  • General Forums
    • FusionCharts Jobs and Consultation
    • FusionLounge

Found 1 result

  1. 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