Merge pull request #6738 from mermaid-js/treemap-diagram-to-use-the-new-class-based-approach

Updated code to use class based approach for treemap
This commit is contained in:
Sidharth Vinod
2025-07-15 14:43:24 +00:00
committed by GitHub
4 changed files with 92 additions and 94 deletions

View File

@@ -0,0 +1,5 @@
---
'mermaid': patch
---
chore: Updated TreeMapDB to use class based approach