What I’m trying to do
I would like to set a disable commit labels on a Mermaid Gitgraph using the Graph specific Option showCommitLabel: false
This is document by Mermaid at the following link.
Gitgraph Diagrams | Mermaid
Things I have tried
Adding the init line below has no effect.
%%{init: {}'gitGraph': {'showCommitLabel': false}} }%%
gitGraph
commit id: "Initial"