{
    "config": {
        "type": "radar",
        "data": {
            "labels": ["A", "B", "C", "D", "E"]
        },
        "options": {
            "responsive": false,
            "legend": false,
            "title": false,
            "scale": {
                "gridLines": {
                    "display": false
                },
                "angleLines": {
                    "color": "rgb(0, 0, 0)",
                    "lineWidth": 1
                },
                "pointLabels": {
                    "display": false
                },
                "ticks": {
                    "display": false
                }
            }
        }
    }
}
