-
-
Notifications
You must be signed in to change notification settings - Fork 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
Can we support vertial timeline diagram #2268
Comments
Yes Please! |
I would like to see this as well, ideally with support for multiple verticals, ie some events are one sequence and other events are a second sequence. |
I would love to see this feature too! |
it could be useful with different activities: from product release, to team retrospectives. I'd make great use of it, if available. |
Definitely! Upvote +1 |
To my mind, we need to implement YAML configuration first and then it could be very convenient to implement without intrusion in internals |
Upvote +1 |
@mastersibin Hi! This is a similar feature to what you have already implemented in git graph. I thought you might be interested in contributing to it |
Yes, I'll look at the code. |
@nirname these are mocks for timeline vertical. Are we planning something like this? |
I'd love it if the spacing could be proportional to the time difference
between events :)
…On Mon, Aug 14, 2023, 07:37 Sibin Thomas ***@***.***> wrote:
@nirname <https://github.com/nirname> this is a mock for timeline
vertical.
[image: timeline drawio]
<https://user-images.githubusercontent.com/120415957/260365926-148df1e5-b595-4343-b447-20df9e0c1f5f.png>
Are we planning something like this?
—
Reply to this email directly, view it on GitHub
<#2268 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACP6EXYYHXSLCBOZHB3RYVTXVG2RLANCNFSM5C2TMXCA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
@mastersibin Looks great! I think the main request is to turn the whole diagram 90 degrees but keep labels as they are. Feel free to open PR when you are ready, write |
@nirname I just want to understand the orientation when the diagram is 90 degrees. I just want to know, in the rotated png, do I have to just tilt the text and thats it? |
@mastersibin Graph should go from top to bottom, generally. But we need to elaborate on how those groups like "go to work" should look like |
@nirname I guess we should just rotate all the boxes by 90 degrees. Right now we should work on that. On the way we can fix problems. |
I don't mean to distract from the core of this issue, but I wonder whether supporting a vertical layout for Gantt charts would be considered part of this effort? Or perhaps there is a separate issue somewhere for this request? |
@sdmcclain Please, check opened Gantt issues or trying to search untagged, and if there is no issue feel free to open a new one |
I think this will be so much useful |
Strongly support it as well. |
Rreally need this feature. Upvote +1 |
Is there any process ?this will be so much useful。 |
A good idea! It would be powerful! |
+1 - any update on this? Timelines quickly become unwieldy once you reach a certain length because you can only see so much on the horizontal axis. Vertical timelines should be the default IMO - when we typically integrate mermaid diagrams into portrait pages, it makes sense to be able to keep extending downwards. |
+1 looking forward to seeing this implemented |
+1 for vertical timeline diagram as well 👍 |
+1 |
1 similar comment
+1 |
+1 would love to see this |
Can we support the verital timeline in mermaid.
I need to draw a timeline to show users how ting changed in a timely manner, some thing like below.
It does not have to do it exactly the same way.
About implementation, we may not need to recreate the wheels(syntax for the timeline). Mermaid already supports gantt diagram with different sections. Can we render it in the Top-Down or Bottom-Up layout just like what we have in the flow graph?
Gantt is good, but it would be a mess if we have put many information into a wide time range. A vertical timeline has no such issue. And it would be better if we can show two or more timelines for different objects.
Just a thought, it may help us turn the gantt diagrams into a timeline easily.
The text was updated successfully, but these errors were encountered: