mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02:00
chore: format example more correctly
This commit is contained in:
@@ -191,7 +191,9 @@ More info in: [https://github.com/d3/d3-time#interval_every](https://github.com/
|
|||||||
|
|
||||||
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:
|
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
|
```mermaid-example
|
||||||
|
gantt
|
||||||
|
tickInterval 1week
|
||||||
weekday monday
|
weekday monday
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user