Skip to content

Latest commit

 

History

History
54 lines (45 loc) · 1.16 KB

File metadata and controls

54 lines (45 loc) · 1.16 KB

Timeline charts cheatsheet

Official documentation.

Basic syntax

timeline
    title Timeline title
    2001: Something happened
    2002: Something else happened
    2003: Another thing happened
    Whenever: This happened!
            : And this!
Loading
timeline
    title Timeline title
    2001: Something happened
    2002: Something else happened
    2003: Another thing happened
    Whenever: This happened!
            : And this!

Grouping

timeline
    title Timeline title
    section 2000
        January: Event 1
        March: Event 2
        April: Event 3
    section 2001
    section 2002
        June: Event 4
    section Future
Loading
timeline
    title Timeline title
    2001: Something happened
    2002: Something else happened
    2003: Another thing happened
    Whenever: This happened!
            : And this!

Styling

The individual elements can be styled, but this must be done on Mermaid initialization, or by setting a theme.