mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	feat(index.html): add example to display new behavior
This commit is contained in:
		
							
								
								
									
										20
									
								
								dist/index.html
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										20
									
								
								dist/index.html
									
									
									
									
										vendored
									
									
								
							@@ -7,6 +7,26 @@
 | 
			
		||||
  <link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=">
 | 
			
		||||
</head>
 | 
			
		||||
<body>
 | 
			
		||||
  <div class="mermaid">
 | 
			
		||||
    gantt
 | 
			
		||||
      title Exclusive end dates (Manual date should end on 3d)
 | 
			
		||||
      dateFormat YYYY-MM-DD
 | 
			
		||||
      axisFormat %d
 | 
			
		||||
      section Section1
 | 
			
		||||
       2 Days: 1, 2019-01-01,2d
 | 
			
		||||
       Manual Date: 2, 2019-01-01,2019-01-03
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="mermaid">
 | 
			
		||||
    gantt
 | 
			
		||||
      title Inclusive end dates (Manual date should end on 4th)
 | 
			
		||||
      dateFormat YYYY-MM-DD
 | 
			
		||||
      axisFormat %d
 | 
			
		||||
      inclusiveEndDates
 | 
			
		||||
      section Section1
 | 
			
		||||
       2 Days: 1, 2019-01-01,2d
 | 
			
		||||
       Manual Date: 2, 2019-01-01,2019-01-03
 | 
			
		||||
  </div>
 | 
			
		||||
  <div class="mermaid">
 | 
			
		||||
      graph LR
 | 
			
		||||
      sid-B3655226-6C29-4D00-B685-3D5C734DC7E1["
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user