Sign in to follow this  
Guest Rajroop

Disabling charts

Recommended Posts

hi,

i have a requirement wherein i must show 4 charts(eg. pie chart) in parallel. In my page, the graphs will be like

GRAPH A GRAPH B GRAPH C GRAPH D

Based upon my form bean value, i should show only one graph as enabled while the others should be disabled. Is this possible?

Thanks,

Phantom

Share this post


Link to post
Share on other sites
Guest Rajroop

Hi Phantom,

Welcome to the FusionCharts Forum. :P

Yes, this is possible. You could achieve this via JavaScript and HTML.

Share this post


Link to post
Share on other sites

I tried generating the chart as a 'td' element and then tried disabling the 'td' element. But it dint work. Can u suggest me the appropriate way to achieve this?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Phantom,

 

 

 

The appropriate way would be rendering the chart inside the Div and the Div can be put inside the 'td' element.

 

 

 

Hope this helps. :P

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi Phantom,

 

 

 

Could you please send us an attachment of your HTML code.

 

 

 

Awaiting your reply.:P

Edited by Guest

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
Sign in to follow this