```mermaid radar title Test Radar Chart categories: ["A", "B", "C"] series: [ { name: "Test", data: [1, 2, 3] } ] ```