feat: allow specifying on which weekday a tickInterval should start

This commit is contained in:
Lei Nelissen
2023-07-12 17:23:21 +02:00
parent 5631a218d1
commit 03ce2810b5
6 changed files with 58 additions and 1 deletions

View File

@@ -257,6 +257,12 @@ The pattern is:
More info in: <https://github.com/d3/d3-time#interval_every>
Week-based `tickInterval`s start the week on sunday by default. If you wish to specify another weekday on which the `tickInterval` should start, use the `weekday` option:
```markdown
weekday monday
```
## Output in compact mode
The compact mode allows you to display multiple tasks in the same row. Compact mode can be enabled for a gantt chart by setting the display mode of the graph via preceeding YAML settings.