Is there any way to programmatically enable disable click event of bar chart?
#1
Posted 19 July 2010 - 07:23 AM
Is there any way to programmatically enable disable click event of bar chart?
If there, then plz let me know how to do it?
Thanks
Other Replies To This Topic
#2
Posted 19 July 2010 - 07:39 AM
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.
Other Replies To This Topic
#3
Posted 19 July 2010 - 07:46 AM
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?
Other Replies To This Topic
#4
Posted 19 July 2010 - 08:11 AM
I am afraid, as of now, FusionCharts does not support this.
Other Replies To This Topic
#5
Posted 19 July 2010 - 08:59 AM
Other Replies To This Topic
#6
Posted 20 July 2010 - 12:00 AM
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.
http://documentation...sioncharts.com/
Thanks,
Sanjukta
Follow us @Twitter!
Other Replies To This Topic
#7
Posted 20 July 2010 - 01:09 AM
This topic is locked

Back to top
MultiQuote