mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	#552 Adding docs
This commit is contained in:
		@@ -87,6 +87,20 @@ gantt
 | 
			
		||||
       Add another diagram to demo page    :48h
 | 
			
		||||
   ```
 | 
			
		||||
 | 
			
		||||
It is possible to set multiple depenendenies separated by space:
 | 
			
		||||
```
 | 
			
		||||
    gantt
 | 
			
		||||
        apple :a, 2017-07-20, 1w
 | 
			
		||||
        banana :crit, b, 2017-07-23, 1d
 | 
			
		||||
        cherry :active, c, after b a, 1d
 | 
			
		||||
```
 | 
			
		||||
```
 | 
			
		||||
    gantt
 | 
			
		||||
        apple :a, 2017-07-20, 1w
 | 
			
		||||
        banana :crit, b, 2017-07-23, 1d
 | 
			
		||||
        cherry :active, c, after b a, 1d
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
### Title
 | 
			
		||||
 | 
			
		||||
Tbd
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user