Scatter Chart Widget



Source


Event Handling
Example


Last updated
Was this helpful?







Last updated
Was this helpful?
Was this helpful?
// Example
[
{
"x": 42,
"y": 116,
"z": 60
},
{
"x": 22,
"y": 86,
"z": 30
}
]
// here, 'x' is set as X Key and 'y' and 'z' are set as Y keys with 'groupA' and
'groupB' as labels respectively.// Example
[
{
"x": 42,
"y": 116,
"z": 60
},
{
"x": 22,
"y": 86,
"z": 30
}
]
// here, 'x' is set as X Key and 'y' and 'z' are set as Y keys with 'groupA' and 'groupB' as labels respectively.