epeedk Posted March 21, 2007 Report Share Posted March 21, 2007 Hi I am testing the Chart FX Trial edition. Is it possible to make links on the Gantt Charts, so that if the user clicks on one of the lines in the chart the program goes to that activity, i.e. when the user clicks on activity 1 it calls a javascript method like javascript:gotoActivity('1'); I have been looking in the files, but could not find anything about this. I have previously used Crystal Report which have this feature, but it did not have the Gantt Charts, which is why we are looking for a replacement. Michael Quote Link to comment Share on other sites More sharing options...
epeedk Posted March 22, 2007 Author Report Share Posted March 22, 2007 I found the answer myself. What I needed was chart.getPoint(series, point).setURL("javascript:gotoActivity(1)"); Quote Link to comment Share on other sites More sharing options...
Frank Posted March 22, 2007 Report Share Posted March 22, 2007 You beat me to the punch! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.