Radar Chart from Airtable data - Using ChartJS

¡Hey there!

Trying to have a Radar chart from data in Airtable. Very simple. 5 fields with 5 values ranging 1-10, but I’m not able to figure out how we can transform the data to be in the format that Chart.js needs it.

CleanShot 2023-11-22 at 15.02.56@2x

This is the data

Hi @Vaughtton :wave:

Let me see if I understand this properly.

If I take the example from the Chart.js documentation:

  • you would want to replace "Running, “Eating”, “Drinking”, etc. by “Campo 1”, “Campo 2”, etc.
  • and each item in your dataset would be a different color (so blue and pink from the example).

Is that correct or am I misunderstanding your use case?

Yes!

But it will only show one dataset, its for the detail of a single Record in airtable. Will be “Campo 1”, instead of Designing and a value ranging from 0 to 10.

Got it!

Just made a video with one approach that could work.

Does that cover your use case completely or are there nuances I didn’t think about?