Sign in to follow this  
Guest Basundhara Ghosal

Is there any way to programmatically enable disable click event of bar chart?

Recommended Posts

Guest Basundhara Ghosal

Hi,

I am afraid, FusionCharts does not this, as of now.

Please note, the only way to perform the same is by removing the link attribute form the <set> element

Ref.- <set .......link='...' ...../>

Hope this helps. :D

Share this post


Link to post
Share on other sites

Yes, I know that and in fact I have put link on my chart.

 

 

 

But, I want to enable disable link programmatically as per requirement.

 

 

 

Problem I am facing is, when I click on any column in bar, it fires request to server and load data and load other chart.

 

But, if data is very large, it will take time and meanwhile if user click on other column, it fires other request so causing problem.

 

 

 

Is there any alternative?

 

How to disable whole chart?

Edited by Guest

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

I am afraid, as of now, FusionCharts does not support this.

Share this post


Link to post
Share on other sites

Hi,

The only way to disable chart programatically can be done by creating a transparent div covering the entire chart.

You can set the transparency to a minimum value (like 1%), which would display the chart hazily but disable all its functionalities.

Hope this helps. :D

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this