We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
knsv
sidharthv96
Learn more about funding links in repositories.
Report abuse
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
Describe the bug When providing gitGraph commit IDs and wanting something more human-readable, eg the commit title, the text will overlap:
To Reproduce Steps to reproduce the behavior:
Screenshots
Code Sample
gitGraph commit id: "feat(api): ..." commit id: "fix(client): ..." commit id: "feat(modules): ..." commit id: "test(client): ..." commit id: "fix(api): ..." commit id: "ci: ..."
Or for the use case that you want to use longer/full SHAs:
gitGraph commit id: "75f7219e83b321cd3fdde7dcf83bc7c1000a6828" commit id: "0db4784daf82736dec4569e0dc92980d328c1f2e" commit id: "7067e9973f9eaa6cd4a4b723c506d1eab598e83e" commit id: "66972321ad6c199013b5b31f03b3a86fa3f9817d"
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
#3080 Adding rotated commit label functionality
1851e81
#3080 Added rendering test cases
90d187c
Merge pull request #3113 from mermaid-js/#3080-Commit-label-tilt
7a4acb5
#3080 Added support for cherry pick commits
c147404
#3080 Added docs for cherry pick functionality
44b2fae
#3080 Added more rendering test for cherry pick functionality
e3df38e
#3080 Updated docs for cherry pick functionality
84ae430
ashishjain0512
Successfully merging a pull request may close this issue.
Describe the bug
When providing gitGraph commit IDs and wanting something more human-readable, eg the commit title, the text will overlap:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Labels should avoid each other, either be separated vertically, or rotated 45deg
Screenshots

Code Sample
Or for the use case that you want to use longer/full SHAs:
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: