tester82 Report post Posted July 17, 2014 Hi Is it possible or has anyone ever removed category data similar to how they remove data dynamically in this example: http://www.fusioncharts.com/explore/client-side-data-update/ Instead of removing a whole dataset I would like to remove just one category and value with javascript Thanks Share this post Link to post Share on other sites
Swarnam Report post Posted July 18, 2014 Hey, You will have to follow a similar practice to remove the category elements based on the checkbox selection. Configure options for a chart, then do a postback with the configured options, and then update the chart with the newer data from the server. Generate the XML based on your selection to render a chart. Hope this helps. Share this post Link to post Share on other sites