Julhas Sujan

Fushion chart drill down facebox/fancybox

Recommended Posts

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

Share this post


Link to post
Share on other sites

Hi Julhas,

 

The set element in FusionCarts is predefined for a set of attributes like label, value, color,link etc. But it does not support "id" attribute as you are using inside the <set> element. Well if you want to use a popup or something like facebox then we suggest you to go through the following link below for a similar implementation.

 

http://docs.fusioncharts.com/charts/Code/JavaScript/Basics/UsingLinkedCharts/ExtJs.html

 

Thanks.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now