i am new to chartjs i want charts using chartjs here i have json so i want to display like this that is Sample Image is this so please help me and json array is
[
{
"ChartGroupName": "Group-A",
"Apple": 45,
"Banana": 37,
"Kiwi_fruit": 60,
"Blueberry": 70,
"Orange": 46,
"Grape_Fruit": 33
},
{
"ChartGroupName": "Group-B",
"Apple": 50,
"Banana": 35,
"Kiwi_fruit": 70,
"Blueberry": 65,
"Orange": 40,
"Grape_Fruit": 53
},
{
"ChartGroupName": "Group-C",
"Apple": 55,
"Banana": 39,
"Kiwi_fruit": 80,
"Blueberry": 75,
"Orange": 52,
"Grape_Fruit": 73
}
]