Search the Community

Showing results for tags 'chirt drilldown'.



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. Hi, I have tried to call css class/id with link attribute like that: <set label='' value='' link='#info' id='facebox' /> But I can not call the following division when I click on the above data chart. <a href="#info" id="facebox" > include 'details.php'; </a> --------------------------------------------------------------------------------- <script type="text/javascript"> jQuery(document).ready(function($) { $('a[rel*=facebox]').facebox({ loadingImage : '../SAP_V1/chart/facebox/src/loading.gif', closeImage : '../SAP_V1/chart/facebox/src/closelabel.png' }) }) </script> --------------------------------------------------------------------------------- How can i call the css id? or can any1 suggest me the alternative way to call the css id/class? Thanks