Hello,
I’m new to quickchart and am both amazed and surprised that I haven’t found this sooner.
I’m trying to create a radar chart (to show students how others evaluate their competences, compared to how they view themselves).
I want to show them their results in a chart either in PowerApps or inside of an adaptive card.
So far, so good.
I tried created a radar chart with two datasets:
If you try this for example with the following values
10
20
10
20
10
and
20
10
20
10
20
“https://quickchart.io/chart/render/zm-54e1c4af-14b1-419e-8f93-4a0ee1db7e44?data1=20,10,20,10,20&data2=10,20,10,20,10”
It only shows the maximum values of each datapoint. I would like all points (and the area they each enclose) to be displayed.
Can you tell me what I’m doing wrong?