Skip to content
Limited Time 40% off for early adopters — Get discount →

Quadrant Chart

Last updated:

Quadrant charts divide a space into four sections based on two axes. They are perfect for priority matrices, risk assessments, and strategic analysis frameworks like the Eisenhower Matrix.

Syntax highlighting integrates directly with IntelliJ’s color scheme system, so diagram colors always match your editor theme.

Quadrant chart syntax highlighting in Armada Dark theme

Mermaid Studio provides enhanced support for quadrant charts:

  • Syntax highlighting for axes, quadrants, and points
  • Find usages to locate point references
  • Inspections to validate chart structure
  • Code Vision showing element counts
  • Color provider for styling customization
quadrantChart
title Chart Title
x-axis Left Label --> Right Label
y-axis Bottom Label --> Top Label
quadrant-1 Top Right Name
quadrant-2 Top Left Name
quadrant-3 Bottom Left Name
quadrant-4 Bottom Right Name

Points are defined with a name and coordinates:

Point Name: [x, y]

Coordinates range from 0 to 1:

  • [0, 0] is bottom-left
  • [1, 1] is top-right
  • [0.5, 0.5] is center
  • Priority Matrix: Effort vs Impact
  • Risk Assessment: Likelihood vs Severity
  • Feature Planning: Value vs Complexity
  • Skill Mapping: Competence vs Interest

For full syntax details, see the Mermaid quadrant chart documentation.