Add capability for gantt diagrams
See original GitHub issueThis is not intended for complete project planning but as a complement to a report it would be nice to be able to draw a gantt diagram.
Example of suggested syntax:
gantt
dateFormat yyyy-mm-dd
title Adding gantt diagram functionality to mermaid
section Design
Design jison grammar :des1, 2014-01-01, 2014-01-04
Create example text :des2, 2014-01-01, 3d
Bounce gantt example with users :des3, after des2, 5d
section Implementation
update build script :2014-01-02,1h
Implement parser and jison :after des1, 2d
Create tests for parser :3d
Create renderer :5d
Create tests for renderer :2d
Add to mermaid core :1d
section Documentation
Describe gantt syntax :a1, 2014-01-01, 3d
Add gantt diagram to demo page :after a1 , 2h
Add gantt to diagram to demo page :after a1 , 2h
TRhis should render something like the example in the link: http://codepen.io/anon/pen/azLvWR
Issue Analytics
- State:
- Created 9 years ago
- Comments:12
Top Results From Across the Web
Add capability for gantt diagrams #118 - mermaid-js ... - GitHub
Have a vertical line overlaid on the chart on today's date to show progress and place in flow. I really like this overall....
Read more >Gantt Charts | Atlassian
A Gantt chart is a project management tool that illustrates a project plan. Learn how they can help and see an example of...
Read more >What Is a Gantt Chart? A Step-by-Step Guide - TeamGantt
A gantt chart is a horizontal bar chart that visually represents a project plan over time. Learn how to create and use a...
Read more >Gantt Chart 101: A Complete Guide [2023] • Asana
A Gantt chart is a horizontal bar chart used to illustrate the timeline of a project and its tasks. Use our guide to...
Read more >Gantt Charts Explained in 2022 - Monday.com
A simple Gantt chart provides clarity on deadlines, milestones, and project progress. Everyone on your team knows what they have to work on, ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Spawning this to a new issue.
Ok, thanks. I’m seeing a mix of outputs even in some charts, like this one for example:
Is there a way to normalize this? I’m currently using the
axisFormatter
(below) you had in one of the test or examples but it’s not clear to me whether this is necessary or how to alter it for my desired output.