I use this eample link to customize.There are json array and create bar charts according to array.
Please guide me, this is my json format:
{ "server1": [
{
"mount": "test1",
"value": 207
},
{
"mount": "test2",
"value": 20.07
}
],
"server2": [
{
"mount": "test1",
"value": 45
},
{
"mount": "test2",
"value": 0.04
}
]
}
I want to create 2 separate bar chart.