How do you turn off commit IDs for just one gitGraph diagram on a page? #6050
Unanswered
astroDimitrios
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to follow the instructions here:
https://mermaid.js.org/syntax/gitgraph.html#gitgraph-specific-configuration-options to configure the first of 3 gitGraphs on a webage.
If I add:
to the first graph it turns off all the commit labels/ids for all three diagrams.
Same for:
Is there a way to set the
showCommitLabel
false option for only one diagram?Beta Was this translation helpful? Give feedback.
All reactions