mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 04:44:08 +01:00 
			
		
		
		
	Selecting the correct title for gantt charts
This commit is contained in:
		@@ -109,7 +109,7 @@ export const draw = function (text, id) {
 | 
			
		||||
 | 
			
		||||
  svg
 | 
			
		||||
    .append('text')
 | 
			
		||||
    .text(parser.yy.getAccTitle())
 | 
			
		||||
    .text(parser.yy.getDiagramTitle())
 | 
			
		||||
    .attr('x', w / 2)
 | 
			
		||||
    .attr('y', conf.titleTopMargin)
 | 
			
		||||
    .attr('class', 'titleText');
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user