Elger van Boxtel Report post Posted July 9, 2013 Hi All, We're using the JavaScript Gantt chart. Now, we can only make selections by setting a (JavaScript) link on the chart's Processes. This means that the user can only click on the most left column containing the Process names. What we want to achieve is that the user can click on a entire row which activates the same link as defined on the chart's Processes. Does anybody know if this is feasible? Thanks in advance! Share this post Link to post Share on other sites
Guest Sashibhusan Report post Posted July 10, 2013 Hi Elgervb, FusionWidgets XT Gantt chart does not support the feature of providing the link to each horizontal/vertical grid, as of now. However, if you require you can provide link for the entire chart, using "clickURL" attribute of <chart> element, so that the entire chart will act as hotspot. Also, you can apply link to <category>, <process>, <task>, <datacolumn>, <text>, <connector> and <milestone> elements of "Gantt" chart XML data. For more information on "Gantt Chart Specification Sheet", please follow the link below: http://docs.fusioncharts.com/widgets/Contents/?Gantt/XMLAPI.html Hope this helps! Share this post Link to post Share on other sites