Gantt - Add "viewport" / zoom for large projects

0 votes
asked May 8, 2020 in Wanted features by LaHa (120 points)
edited May 11, 2020 by LaHa
Instead of printescale, it would be nice to render just a defined timeframe.

This enables Hosting and generating a large project gantt within one source-file.

e.g. print starts 2020/05/04 and ends 2021/01/11

1 Answer

0 votes
answered Jan 31 by The-Lu (64,340 points)

Hello L., and all,

For that you can use `Print between` command as:

@startgantt
Project starts 2020/05/14

Print between 2020/05/17 and 2020/05/20

[Task1] on {Alice} lasts 20 days
[Task2] on {Bob:50%} lasts 2 days
then [Task3] on {Alice:25%} lasts 1 days
[Task 155] happens at the 20th of May 2020
@endgantt

Ref.:

Enjoy,
Regards,
Th.

...