snagar Report post Posted August 16, 2013 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
Swarnam Report post Posted August 16, 2013 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
snagar Report post Posted August 20, 2013 Thanks Swarnam it worked Share this post Link to post Share on other sites