-
Notifications
You must be signed in to change notification settings - Fork 248
Open
Description
Mermaid Graphs are Small to begin with and in order to get a big image. you need to change the useMaxWidth arguement.
I am unable to change it anyhow
mermaid.initialize({
flowchart:{
htmlLabels: false
useMaxWidth: true
}
});
Please help me how to change the configuration of mermaid charts.