mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	#5237 Removed style, class, labelText and props from node
This commit is contained in:
		@@ -76,7 +76,7 @@
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <pre id="diagram" class="mermaid">
 | 
			
		||||
      %%{init: {"layout": "stress"} }%%
 | 
			
		||||
      %%{init: {"layout": "elk"} }%%
 | 
			
		||||
stateDiagram
 | 
			
		||||
  [*] --> T1
 | 
			
		||||
  T1 --> T2
 | 
			
		||||
@@ -531,7 +531,7 @@ mindmap
 | 
			
		||||
      mermaid.initialize({
 | 
			
		||||
        // theme: 'dark',
 | 
			
		||||
        handdrawnSeed: 12,
 | 
			
		||||
        look: 'handdrawn',
 | 
			
		||||
        // look: 'handdrawn',
 | 
			
		||||
        // layout: 'dagre',
 | 
			
		||||
        layout: 'elk',
 | 
			
		||||
        flowchart: { titleTopMargin: 10 },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user