-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestions for Gantt diagrams: milestones and % of completion #540
Comments
You suggestions are very good! We are currently doing major refactoring to the code, so no more new features will be added in the near term. Once the refactoring is done we will go through all of the good suggestions to make a todo list. :) |
Great! In the meanwhile, I'll keep doing some CSS magic and looking forward to hearing your news! |
I agree, some great ideas. Percent complete, milestones and critical path would make the gantt implementation complete. The syntax is nice and readable at the moment. Could I suggest something like the following for critical path:
|
I would love to have the features above, but one simple thing I'd like to see is the ability to start a task relative to the start date of another task. For example: `gantt ... section... |
Hi @knsv , I am looking forward to integrate Mermaid JS to generate Gantt chart for a requirement. But before doing that, I was wondering if it currently has the capability to add links between tasks, like say: There are 4 tasks, Task 1, Task 2, Task 3, Task 4. Is it possible to add links between them to represent dependency like if start of Task 4 is dependent on the completion on Task1, then can we add arrow between Task 1 to Task 4 to represent that connection ? Also, is there a drilldown feature available, like if Task 1 contains 10 other subtasks, then on click of Task 1, can I show the 10 subtasks in a separate chart or perhaps in the same chart in a drilldown manner ? This is what I'm looking to implement. |
@sanj79 maybe better create a new issue, as your request has nothing to do with the original request to render "% complete" and "milestones". |
I would also like milestones! This idea is 1 year old. Something new on this topic? |
I wonder if something like the "today line" that shows up on a Gantt that comprises $today could be easily generalized to an arbitrary date ? That way we could use a line ala "today" to specify arbitrary points in time that would cut across all sections of the Gantt. Close enough a milestone functionality for me. My 2 cents. |
I've added a pull request for milestones. If anyone is interested, please have a look at it. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
so now percentage of completion will be supported or not? |
The mermaid chart is awesome, even awesome with markdown, it's so intuitive, I am expecting the link (connection/arrow) between tasks, any plan? Thanks. |
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.0.12 to 5.0.13. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/commits) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
First of all, thanks for your wonderful work!
I am using mermaid to generate Gantt diagrams, and I find it very useful. However, I'd like to suggest some functionalities that I think would make it even greater:
My workflow is: Export CSV from Microsoft Project → Convert CSV to mermaid format using a gawk script → Generate Gantt chart (usually in SVG format).
In order to clarify, I'm attaching an example. Completed tasks appear in gray, ongoing/future tasks appear in light blue, delayed tasks appear in light orange, % of completion appears in light red. Finally, my manually-made annotations appear as text with arrows, both in orange.
Thank you very much!
The text was updated successfully, but these errors were encountered: