Currently, the time basis for the gantt chart is days and I have the need to schedule in hours. Is there a way to do this..?
Stump the Panel » jQuery for Everyone
Changing time frame on gantt chart...
(2 posts)-
Posted 3 days ago #
-
Not OOB, of course.
You could try to manipulate the data as loaded into the Gantt web part or try one of the following:
1. Get the data from owssvr.dll or a web service and render it using a 3rd-party tool/site (I've seen some other visualization tools for activities on the web that do a good job).
2. Build a DVWP to pull the data and render it with some spans that can then be manipulated with simple JavaScript.
3. Export the data to Excel or MS-Project where you can develop the solution outside of SP.
4. Get the data and render a spreadsheet in Excel Services. I did a simple Gantt in Excel like 10 years ago--it's not that hard if you know a few date functions.Posted 2 days ago #
Reply
You must log in to post.