Sign in to follow this  
snagar

Drawing a Combi Chart with few legends hidden

Recommended Posts

Hi,

i have a combi chart with about 12-13 data sets.  I want to render the chart with only couple of data sets (series) shown and other legends should be in unclicked mode i.e. user can click and see them if required.

i could not find any chart property of data set property which can render a series in unclicked mode.

 

please let me know how this can be achieved.

 

 

Share this post


Link to post
Share on other sites

Hey,

 

Welcome to FusionCharts Forum.

 

To hide the data plot and legend to display the series name in the disabled status while rendering a chart, try using "visible" attribute in the respective dateset element.

 

This attributes works for JavaScript mode of rendering.

 

Ref. Code:

   <dataset seriesName='Revenue' visible='0'>

 

Hope this helps.

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