Skip to content

Instantly share code, notes, and snippets.

@akshay-rathod
Created January 10, 2020 11:05
Show Gist options
  • Save akshay-rathod/75ea02e79b8f45bd737bac512b8e210d to your computer and use it in GitHub Desktop.
Save akshay-rathod/75ea02e79b8f45bd737bac512b8e210d to your computer and use it in GitHub Desktop.
Mermaid Gist
gantt
    title A Gantt Diagram
    dateFormat  YYYY-MM-DD
    section Section
    A task           :a1, 2014-01-01, 30d
    Another task     :after a1  , 20d
    section Another
    Task in sec      :2014-01-12  , 12d
    another task      : 24d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment