How to Create Radar Chart in Tableau

This article explains how to create a radar chart (also known as a spider chart), which is useful for identifying the characteristics of different items.

How to Create Radar Chart in Tableau

Radar chart is useful when a single subject has multiple attributes, allowing you to easily compare those attributes against each other. Typically, attribute values are represented on a scale from zero to a maximum value. If each item has a different range of values, normalization is used to standardize the axis ranges before building the chart.

Radar charts are commonly used to analyze athletes or visualize the abilities of game characters, helping you quickly identify strengths and weaknesses at a glance. Rather than focusing on precise values, the chart provides an overview and is particularly effective when comparing two or more subjects.

In this tutorial, we’ll walk through how to create a radar chart using the test scores of three students.

Step-by-Step: Building a Radar Chart

  1. Prepare the score data in the following format.

  1. Generate a pentagon image to use as the background of the radar chart.

  1. Create Index and Size calculations to determine the chart structure based on the number of subjects.

  1. Create X and Y coordinate calculations so that the five subjects are positioned on their respective axes. For the logic behind these calculations, refer to trigonometric function references.

  1. Place the calculated fields on the worksheet as follows:
    1. Columns: X
    2. Rows: Y
    3. Path: Subject
    4. Color: Name (set Opacity to 40%)

  1. Add the background image.
💡
Adjust the width and height according to the aspect ratio of the image you created. The background image used in this example was created at a 100:120 ratio.

  1. Adjust the axis ranges according to the size of the background image placed in the sheet.

  1. Complete the chart.