Julhas Sujan Report post Posted August 5, 2014 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
Moonmi Sonowal Report post Posted August 7, 2014 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
Julhas Sujan Report post Posted August 7, 2014 Hi Moonmi, Your link is helpful. I am trying by using this: http://docs.fusioncharts.com/charts/Code/JavaScript/Basics/UsingLinkedCharts/jqprettyphoto.html Thanks Share this post Link to post Share on other sites