Munmun Report post Posted July 30, 2019 I need to build a multiseries chart by adding a datepicker and changing the graph by populating the from and to date in the date picker and refreshing the chart accordingly. Kindly help. Share this post Link to post Share on other sites
Akash Biswas Report post Posted July 31, 2019 Hi Munmun, For your requirement to render or show the plots based on the selection of the date picker, you can check the time-series charts of FusionTime. FT documentation : https://www.fusioncharts.com/dev/fusiontime/getting-started/how-fusion-time-works It provides a component(inbuilt) called Custom Range Selector, that allows you to set the from and to date/time. It is useful when you want to input the exact start and end date/time for which you want to see the data. Please check the documentation for details of CRS component supported in FT charts : https://www.fusioncharts.com/dev/fusiontime/fusiontime-component/custom-range-selector Thanks, Akash. Share this post Link to post Share on other sites
Akash Biswas Report post Posted July 31, 2019 You can check this sample for reference to FT chart with multiple column plots : http://jsfiddle.net/gtv7fpbw/4/ Share this post Link to post Share on other sites