Updated code as per suggestions

This commit is contained in:
shubham-mermaid
2025-06-27 13:48:44 +05:30
parent 3dc06ea9bd
commit caa04aad8b
4 changed files with 63 additions and 20 deletions

View File

@@ -344,9 +344,9 @@ Treemap diagrams are commonly used for:
If treemap diagrams don't suit your needs, consider these alternatives:
- **Pie Charts**: For simple proportion comparisons without hierarchy
- [**Pie Charts**](./pie.md): For simple proportion comparisons without hierarchy
- **Sunburst Diagrams**: For hierarchical data with a radial layout (yet to be released in Mermaid).
- **Sankey Diagrams**: For flow-based hierarchical data
- [**Sankey Diagrams**](./sankey.md): For flow-based hierarchical data
## Notes