Radar Chart Widget


Source


Event Handling
Example


Last updated
Was this helpful?






Last updated
Was this helpful?
Was this helpful?
// Example
[
{
"taste": "fruity",
"a": 94,
"b": 114,
"c": 31
},
{
"taste": "bitter",
"a": 22,
"b": 65,
"c": 88
},
{
"taste": "heavy",
"a": 108,
"b": 47,
"c": 119
},
{
"taste": "strong",
"a": 30,
"b": 84,
"c": 94
},
{
"taste": "sunny",
"a": 74,
"b": 114,
"c": 60
}
]
// here, 'taste' is set as Index By value and 'a','b' and 'c' are set as keys with
respective labels and colors.// Example
[
{
"taste": "fruity",
"a": 94,
"b": 114,
"c": 31
},
{
"taste": "bitter",
"a": 22,
"b": 65,
"c": 88
},
{
"taste": "heavy",
"a": 108,
"b": 47,
"c": 119
},
{
"taste": "strong",
"a": 30,
"b": 84,
"c": 94
},
{
"taste": "sunny",
"a": 74,
"b": 114,
"c": 60
}
]
// here, 'taste' is set as 'Index By' value and 'a','b' and 'c' are set as keys with respective labels and colors.