mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-11 03:19:42 +02:00
Modernization of build environment. Less gulp, more npm. Eslint.
This commit is contained in:
@@ -228,7 +228,8 @@ function executeInPage(data) {
|
||||
|
||||
document.body.appendChild(el)
|
||||
mermaid.initialize({
|
||||
sequenceDiagram:{useMaxWidth:false}
|
||||
sequenceDiagram:{useMaxWidth:false},
|
||||
flowchart:{useMaxWidth:false}
|
||||
});
|
||||
|
||||
if(typeof sequenceConfig !== undefined && sequenceConfig !== 'undefined'){
|
||||
|
Reference in New Issue
Block a user