Skip to content
Lower pricing Individual licenses are now $49/year for Studio, $25 for Core — See pricing →

Quadrant Chart

Last updated:

Mermaid Studio provides language support for Quadrant charts inside IntelliJ IDEA and other JetBrains IDEs. Quadrant charts divide a space into four sections based on two axes, making them a natural fit 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

The summary below shows the IDE support Mermaid Studio ships for quadrant charts, grouped by capability.

IDE feature supportSelect a feature for its description.
Editing
Code Intelligence
Validation
Refactoring
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.