I have been working on charts and spent some time trying to get my data to output in a Radar chart without success. The data is there but it’s just not rendering. I have a repeater which should show a few charts. The first chart renders fine but the rest just plots the points on a vertical line.
If I change to any other chart type then it all renders fine so I’ve narrowed it down to specifically the Radar chart type.
It doesn't look like a bug. It shows data in a different way, the first dataset has 4 datapoints while the others only have 2 datapoints, that's why you see only 2 dimensions.
Thanks @patrick. The example I gave shows the first chart displaying correctly but the subsequent charts being only in 2 dimensions. However, if I change the type to ‘Area’ they all show correctly so I’m confused as to why radar charts aren’t working.
They are different charts that represent data in a different way. In the area charts you see it creates a line between the datapoints on the horizontal axis. In the radar charts the datapoints are distributes around the center point, you need more points (questions) to display the data correctly.