---
title: "5S result radar (spider) chart widget"
slug: "5s-result-radar-spider-chart-widget"
updated: 2025-02-28T13:59:22Z
published: 2025-02-28T13:59:22Z
canonical: "support.tulip.co/5s-result-radar-spider-chart-widget"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://support.tulip.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 5S Result Radar (spider) Chart Widget

## 5S result radar (spider) chart widget

*Functionality and set up for the 5S result radar chart widget*

This widget can be used at the end of the audit to display the results of a 5S or in a dashboard app for an area along side other analysis. ![](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/5S%20result%20radar%20%28spider%29%20chart%20widget_574844556.png)

#### **Configuration:**

**Chart Data:**

**SERIES 1 DATA and SERIES 2 DATA:** Should be a list of 5 values. The list should be in the order **Sort**, **Set in Order**, **Shine**, **Standardise**, **Sustain**. Only the first 5 values will be shown for lists longer than 5 items. ![Screenshot 2025-02-19 at 13.09.41.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Screenshot%202025-02-19%20at%2013.09.41.png)

***Recommended set up:*** Prepare a list variable for the first series in the app by combing the scores from the audit or using a table aggregation. Repeat for the second series or alternatively use static values e.g. for a target.

To update the graph, you should use a trigger action to push the recorded data into an array (this should be the preprepared valiable list) , as shown in the example below.

![Screenshot 2025-02-19 at 13.24.05.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Screenshot%202025-02-19%20at%2013.24.05.png)

**Formating:**

**SERIES 1 and SERIES2: Label** and **Line Color** can be set up independently for each series. ***Recommended set up:*** Use "Static Value" and select/ enter your options ![Screenshot 2025-02-19 at 13.09.50.png](https://cdn.document360.io/7c6ff534-cad3-4fc8-9583-912c4016362f/Images/Documentation/Screenshot%202025-02-19%20at%2013.09.50.png)

See the unit test for more examples of set up and the widget in action.
