How do I build a radar chart?

Hi Lauren,

Thanks so much for your help! That worked out perfectly!
So if I wanted to use real data from a sql query, I'd have to replace the r and theta values with the result set, is that right? E.g.

[{
  type: 'scatterpolar',
  r: {{myquery.column1}},
  theta:{{myquery.column2}},
  fill: 'toself'
}]

Many thanks,
Fina