Recommended Posts

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

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now