This note is mostly here for pseudo-completeness of my [[Diagram Types (index)]]. Pie charts are useful for representing 2 to ~about a dozen different mutually exclusive [[Classification vs Generalization|classes]]. You can build them in [[Mermaid JS]]. ```mermaid %%{'init':{'theme':"forest"}}%% pie title Example Pie Chart "Thing 1": 39 "Thing 2": 82 ``` **** # More ## Source - [[Myself]] ## Related - [[Diagram Types (index)]]