|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/18/2007 12:14:39 PM
Posts: 4,
Visits: 4
|
|
A few things I would love to see in the Gantt Chart, and maybe they're already there?
1. Vertical scrolling. I saw this in another post, but we'd really really like to see this in the product (we may have to go to another product for this feature alone).
2. Clickable tasks. Can we make Javascript or external calls when a task is clicked on?
3. Refresh the chart. I'd like to be able to re-load the chart with new data based on browser events (streaming won't really help much for us).
Can we already do any of these? How?
Thanks!
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/4/2007 12:03:25 PM
Posts: 3,
Visits: 3
|
|
| I was able to dynamically change the size the of swf using javascript. I get the number of rows in the gantt chart first, then calculate how long to make the swf based on the number of rows. The calculation I found works good is swfHeight = NumRows * 25, with a minimum of 200 pixels and a max of 4000 pixels. I have a 161 row gantt that fits into this nicely. The only problem so far is printing - the flash won't print a large image on multiple pages.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
Hi,
As for vertical scrolling, we'll try and implement this in our next major version.
>> 2. Clickable tasks. Can we make Javascript or external calls when a task is clicked on?
Yes - you can do so.
>> 3. Refresh the chart. I'd like to be able to re-load the chart with new data based on browser events (streaming won't really help much for us).
You can use the client side JavaScript feature to do so.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 12/18/2007 12:14:39 PM
Posts: 4,
Visits: 4
|
|
Clickable items .... I missed this in the documentation. Can someone point me to this please?
Thanks.
|
|
|
|
|
FusionCharts Team
      
Group: Administrators
Last Login: 10/3/2008 2:42:18 AM
Posts: 2,117,
Visits: 498
|
|
You can define a link attribute for each [process] and [task] element.
Thanks, Pallav Nadhani FusionCharts Team
|
|
|
|