bottom-to-top oriented gitgraphs to mimic git logs #5239
Labels
Area: Development
Contributor needed
Good first issue!
Graph: Git
Status: Approved
Is ready to be worked on
Type: Enhancement
New feature or request
Proposal
First, I love how beautiful Mermaid's git graphs are compared to others!
This proposal is to add
BT
orientation, because that's how we commonly see git graphs in the wild when viewing git log histories (with commits listed in reverse chronological order).Use Cases
This is particularly useful when working with folks and documenting situations that they might see in their git histories. It would be helpful to keep the orientation the same.
Screenshots
Two such examples of this orientation are the git histories provided by the VS Code extensions Git Graph and GitLens:
GitGraph:

GitLens:

Syntax
BT
to go along with the existingLR
andTB
Implementation
This is a proposal which I'd love to see built into mermaid by the wonderful community.
The text was updated successfully, but these errors were encountered: