mirror of
				https://github.com/mermaid-js/mermaid.git
				synced 2025-11-04 12:54:08 +01:00 
			
		
		
		
	chore: Add treemap example
This commit is contained in:
		@@ -20,6 +20,7 @@ import timelineDiagram from './examples/timeline.js';
 | 
			
		||||
import quadrantChart from './examples/quadrant-chart.js';
 | 
			
		||||
import packetDiagram from './examples/packet.js';
 | 
			
		||||
import blockDiagram from './examples/block.js';
 | 
			
		||||
import treemapDiagram from './examples/treemap.js';
 | 
			
		||||
 | 
			
		||||
export const diagramData: DiagramMetadata[] = [
 | 
			
		||||
  flowChart,
 | 
			
		||||
@@ -43,4 +44,5 @@ export const diagramData: DiagramMetadata[] = [
 | 
			
		||||
  quadrantChart,
 | 
			
		||||
  packetDiagram,
 | 
			
		||||
  blockDiagram,
 | 
			
		||||
  treemapDiagram,
 | 
			
		||||
];
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user