How do i customize data inside chart using advanced mode?
return [{
label: ‘Scatter Dataset’,
data: [
{ x: 9, y: 8, r: 1},
{ x: 20, y: 20, r: 5 },
{ x: 45, y: 40, r: 3 }
]
}]
thats what i put into datasets and worked but what i want is to put the data from supabase and for every data i want a new random color
My supabase table has the columns x, y and r