damian Report post Posted October 16, 2013 Hi, I need to enable or disable items from the chart and Legend. For example if i have the chart, and the item of he legend like a checkbox independent, not inside chart. thanks for your answer. best regards, Share this post Link to post Share on other sites
Swarnam Report post Posted October 17, 2013 Hi, Welcome to FusionCharts Forum Post. Yes, it is possible to enable/disable items from legend(appear within the chart canvas area) and through the check box. The chart can be re rendered based on the selected check box value.Please refer the attached sample. I've used the 'visible' attribute of the <dataset> element to show/hide the data plots.This feature is only available in JavaScript Charts.For Ex- <dataset seriesName='2005' visible='0'> Hope this helps. checkboxsample.zip Share this post Link to post Share on other sites
luckstrike Report post Posted December 5, 2019 Can you repost the file? Share this post Link to post Share on other sites
Akash Biswas Report post Posted December 5, 2019 Hi, Please find a sample fiddle for reference to enable/disable a dataset based on the selected check box :http://jsfiddle.net/zqre18xn/ Thanks, Akash. Share this post Link to post Share on other sites