Forum Discussion
SharePoint Modern (task/project) Timeline
- 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)
Thanks, couldn't found a spfx webpart on GitHub :-) Once I have a first version of the webpart done, I'll check to make it open source.
Cheers
Bernd
Did you ever find a way to show the timeline on a modern page?
- Bernd VerhofstadtDec 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