Forum Discussion
Bernd Verhofstadt
Aug 06, 2018Iron Contributor
SharePoint Modern (task/project) Timeline
Hi, As we are moving to modern pages, I'm looking for a solution to embed the SP Task timeline (included in the site feature Project Functionality) to a modern page. What would be the best way to a...
- Aug 06, 2018
Until Microsoft releases a modern UI for Tasks Lists and accordingly to some Project Online features, the only way to go is create a custom SPFx WebPart (or just check if someone has already created that WebPart)
Deleted
Dec 13, 2018Did you ever find a way to show the timeline on a modern page?
Bernd Verhofstadt
Dec 14, 2018Iron Contributor
Hi Stephan,
Unfortunately I'm not able to share the complete webpart.
To visualize the data I used the google charts :-)
https://github.com/rakannimer/react-google-charts
As it does not show the milestones in a proper way and the grouping was not as dynamic as we wanted, we decided to only show the milestones with a custom UI (only css).
In case you need a very simple way of showing tasks you could use the google charts.
Cheers
Bernd