Hi QuickSight Community,
I am trying to create a radar chart (polygon chart) in QuickSight using the following dataset structure:
| Column | Description |
|---|---|
| col0 | Cities (e.g., Pune, Mumbai, Delhi) |
| col1 | Features (e.g., Sales, Marketing, Finance) |
| col2 | Values / Scores (numeric) |
What I want:
-
Radar chart with features (col1) as the polygon corners.
-
Three separate lines/polygons, each representing a city (col0), with different colors.
-
Show the values (scores) on the polygon corners.
What I have tried:
-
I tried using HighCharts JSON, but I am not able to properly map col1 as corners and col0 as series, or display multiple polygons with different colors.
-
I also want to ensure that the scores are visible at each point on the radar chart.
Questions:
-
How can I structure the dataset or use calculated fields to achieve this radar chart in QuickSight?
-
How can i get the scores visible at each point on the radar chart.
-
How can I assign different colors to each city polygon?
Any guidance, example, or workaround would be highly appreciated!
Thanks in advance!