dashrath Report post Posted January 10, 2017 Hello, i need information regarding following things 1. what is maximum number of processes/task can be added in chart so that it wont slow down the application. 2. export feature which is suitable for gantt chart , as export feature is taking snapshot of visible content only. like will show only left part of chart in case we have large scrolled data. please reply as soon as possible. Regards,Dashrath Degavat Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 11, 2017 Hi, According to your first query, it would not be ideal to specify the maximum number of tasks/processes that degrades the performance, as it depends on various parameters like system configuration, browser used and types of data. For the second query,export feature will fetch the snap of the view-able portion of the chart. Share this post Link to post Share on other sites
dashrath Report post Posted January 13, 2017 for second query, is there any way to get the whole gantt chart snapshot? another question - is it possible to add scroll bars to charts like a multigroup bar chart which is having more than 20 groups . Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted January 13, 2017 Hi, Regarding the export feature problem, its is not possible as because the plotting logic and the data points are mapped in a different way, so export feature will fetch the snap of the view-able portion of the chart. Scroll bar cannot be applied on msbar charts, however you can use scroll bar feature in mscolumn chart. Please check this sample fiddle link for an implementation of the same http://jsfiddle.net/ayanbhaduryfc/edt7bygx/ Hope this helps. Share this post Link to post Share on other sites