{
  "backgroundColor": "#f0f5ff",
  "animation": false,
  "textStyle": {
    "fontFamily": "Arial, sans-serif",
    "color": "#183255"
  },
  "aria": {
    "enabled": true,
    "label": {
      "description": "A practice plan, made visible. Current and Practice goal compared across Research, Design, Writing, Coding, Presenting, Planning. All axes use a scale from 0 to 10. Exact scores are available in the data table."
    }
  },
  "title": [
    {
      "text": "COMPARISON / RADAR",
      "left": 46.666666666666664,
      "top": 35,
      "textStyle": {
        "color": "#617492",
        "fontSize": 13.333333333333332,
        "fontWeight": "normal"
      }
    },
    {
      "text": "A practice plan, made visible",
      "subtext": "Illustrative ratings · a shared 0–10 scale",
      "left": 46.666666666666664,
      "top": 74.66666666666667,
      "itemGap": 12,
      "textStyle": {
        "color": "#183255",
        "fontSize": 38.666666666666664,
        "fontWeight": 600,
        "width": 1096.6666666666667,
        "overflow": "break",
        "lineHeight": 44.46666666666666
      },
      "subtextStyle": {
        "color": "#617492",
        "fontSize": 16,
        "width": 1106.6666666666667,
        "overflow": "truncate"
      }
    },
    {
      "text": "Source: fictional example data. Replace with your own.",
      "left": 46.666666666666664,
      "bottom": 18.666666666666664,
      "textStyle": {
        "color": "#617492",
        "fontSize": 13.333333333333332,
        "fontWeight": "normal",
        "width": 1096.6666666666667,
        "overflow": "truncate"
      }
    },
    {
      "text": "0–10",
      "subtext": "SHARED SCALE\n\n6 dimensions\n2 profiles",
      "left": 46.666666666666664,
      "top": 344,
      "textStyle": {
        "color": "#183255",
        "fontSize": 45.33333333333333,
        "fontWeight": 500
      },
      "subtextStyle": {
        "color": "#617492",
        "fontSize": 13.333333333333332,
        "lineHeight": 24
      },
      "itemGap": 16
    }
  ],
  "tooltip": {
    "trigger": "item",
    "renderMode": "richText",
    "confine": true,
    "backgroundColor": "#183255",
    "borderWidth": 0,
    "padding": 12,
    "textStyle": {
      "color": "#f0f5ff",
      "fontSize": 12
    }
  },
  "legend": {
    "show": true,
    "bottom": 56,
    "left": "center",
    "selectedMode": false,
    "icon": "roundRect",
    "itemWidth": 18.666666666666664,
    "itemHeight": 5.333333333333333,
    "itemGap": 29.333333333333332,
    "textStyle": {
      "color": "#183255",
      "fontSize": 16
    },
    "data": [
      "Current",
      "Practice goal"
    ]
  },
  "radar": {
    "center": [
      720,
      433.25333333333333
    ],
    "radius": 225.28,
    "shape": "polygon",
    "splitNumber": 5,
    "startAngle": 90,
    "axisNameGap": 17.333333333333332,
    "indicator": [
      {
        "name": "Research",
        "min": 0,
        "max": 10
      },
      {
        "name": "Design",
        "min": 0,
        "max": 10
      },
      {
        "name": "Writing",
        "min": 0,
        "max": 10
      },
      {
        "name": "Coding",
        "min": 0,
        "max": 10
      },
      {
        "name": "Presenting",
        "min": 0,
        "max": 10
      },
      {
        "name": "Planning",
        "min": 0,
        "max": 10
      }
    ],
    "axisName": {
      "color": "#617492",
      "fontSize": 16,
      "width": 180,
      "overflow": "break",
      "lineHeight": 20
    },
    "splitArea": {
      "show": true,
      "areaStyle": {
        "color": [
          "#f0f5ff"
        ]
      }
    },
    "splitLine": {
      "lineStyle": {
        "color": "#d2deef",
        "width": 1
      }
    },
    "axisLine": {
      "lineStyle": {
        "color": "#d2deef"
      }
    }
  },
  "series": [
    {
      "type": "radar",
      "symbol": "circle",
      "symbolSize": 8,
      "lineStyle": {
        "width": 3.333333333333333
      },
      "emphasis": {
        "focus": "self"
      },
      "data": [
        {
          "name": "Current",
          "value": [
            5,
            7,
            6,
            3,
            4,
            6
          ],
          "itemStyle": {
            "color": "#185bc3"
          },
          "lineStyle": {
            "color": "#185bc3"
          },
          "areaStyle": {
            "color": "#185bc3",
            "opacity": 0
          }
        },
        {
          "name": "Practice goal",
          "value": [
            7,
            8,
            8,
            6,
            7,
            7
          ],
          "itemStyle": {
            "color": "#42a3a6"
          },
          "lineStyle": {
            "color": "#42a3a6"
          },
          "areaStyle": {
            "color": "#42a3a6",
            "opacity": 0
          }
        }
      ]
    }
  ]
}