Pie Chart
Last updated:
Pie charts display data as proportional segments of a circle, making it easy to compare parts of a whole.
Syntax Highlighting
Section titled “Syntax Highlighting”Syntax highlighting integrates directly with IntelliJ’s color scheme system, so diagram colors always match your editor theme.
IDE Support
Section titled “IDE Support”Mermaid Studio provides support for pie charts:
- Syntax highlighting for titles, labels, and values
- Code completion for diagram keywords like
showDataandtitle - Error detection for invalid syntax
- Inspections to detect duplicate slice labels and negative values
Learn More
Section titled “Learn More”For complete syntax documentation including showData options and styling, see the Mermaid.js Pie Chart documentation.