{
  "description": "Test Mermaid quadrantChart with title, axes, quadrants and points",
  "requires": {
    "Mermaid": ">=2.0"
  },
  "setup": [
    {
      "page": "Mermaid Test/Quadrant Chart",
      "contents": "{{#mermaid:quadrantChart\n    title Reach and engagement of campaigns\n    x-axis Low Reach --> High Reach\n    y-axis Low Engagement --> High Engagement\n    quadrant-1 We should expand\n    quadrant-2 Need to promote\n    quadrant-3 Re-evaluate\n    quadrant-4 May be improved\n    Campaign A: [0.3, 0.6]\n    Campaign B: [0.45, 0.23]\n    Campaign C: [0.57, 0.69]\n    Campaign D: [0.78, 0.34]\n    Campaign E: [0.40, 0.34]\n    Campaign F: [0.35, 0.78]\n}}"
    }
  ],
  "tests": [
    {
      "type": "parser",
      "about": "Check Mermaid quadrantChart content with title, axes, quadrants and points",
      "subject": "Mermaid Test/Quadrant Chart",
      "assert-output": {
        "to-contain": [
          "data-mermaid=\"",
          "&quot;content&quot;:&quot;quadrantChart",
          "title Reach and engagement of campaigns",
          "x-axis Low Reach --&amp;gt; High Reach",
          "y-axis Low Engagement --&amp;gt; High Engagement",
          "quadrant-1 We should expand",
          "quadrant-2 Need to promote",
          "quadrant-3 Re-evaluate",
          "quadrant-4 May be improved",
          "Campaign A: &#91;0.3, 0.6&#93;",
          "Campaign F: &#91;0.35, 0.78&#93;"
        ]
      }
    }
  ],
  "settings": {
    "wgContLang": "en",
    "wgLang": "en"
  },
  "meta": {
    "version": "2",
    "is-incomplete": false,
    "debug": true
  }
}
