# Pin charts

Pin charts, also known as lollipop charts, are a variation of bar charts where a dot represents the data point and a segment connects it to the X-axis. It is often used to visualize data where the length of the bar is not as important as the value itself.&#x20;

**ii) Pin charts**Inforiver offers three variants of pin charts: *Simple, Bar colored*, and *Marker colored*.In this example, we will visualize the 'Margin%' using a pin chart.a) We have added 'Sub Category' in the 'Rows' field, and 'Sales', 'Margin', 'Margin %', and 'Total Customers' in the 'Values (AC)' field in the visualization pane.​![](https://images.gitbook.com/__img/dpr=2,width=760,onerror=redirect,format=auto,signature=928399553/https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FsB9HAei8v4FfKkH9M4gw%2Fblobs%2FXrzN4Qynf58zrDvlc8YO%2Fpinchart-visualization-pane.png)Data mappingb) Select the column for which you want to insert the pin chart. In the following image, the margin % column has been selected.The pin chart option gets enabled. From the 'Pin chart' drop-down, select the 'Simple pin chart'.​![](https://images.gitbook.com/__img/dpr=2,width=760,onerror=redirect,format=auto,signature=-1061734929/https%3A%2F%2Fcontent.gitbook.com%2Fcontent%2FsB9HAei8v4FfKkH9M4gw%2Fblobs%2FiUCDaTDX0yIjOCTcBTWg%2Fpin-chart-column-selection.png)Column and chart type selectionc) The simple pin chart gets inserted as shown below. You can see the 'Customize' tab in the toolbar and the followingcustomization options.Inserting a simple pin chart

### **vi) Outliers**

In the case of lollipop/pin charts, you can indicate the outliers that exceed the specified threshold values.&#x20;

You can do this while creating a pin chart, or add them after creating a pin chart through the **Customize** tab.

1. Select the measure and then select the 'Pin Chart' drop-down menu to add any of the pin chart options available. You can also select the measure that already has one.&#x20;

<figure><img src="/files/0X5cklo2ZkbpE88cYFje" alt=""><figcaption><p>Click on <strong>Pin Charts</strong> drop-down menu</p></figcaption></figure>

2. In the customization menu, click on the **Outliers** option.

<figure><img src="/files/m9K1TzyIXENwxRciSBpK" alt=""><figcaption><p>Click <strong>Outliers</strong></p></figcaption></figure>

3. In the Outliers pop-up window, check **Enable Outlier.** If you wish to hide the values, select the option **Disable Label.** Enter the required positive and negative threshold values as shown below and Click **Apply**.

<figure><img src="/files/pdxSGut7pB2k4QivPi2a" alt=""><figcaption><p>Custom Outliers</p></figcaption></figure>

4. After applying outliers, the report shows below, highlighting the profit values exceeding 15k.

<figure><img src="/files/dXAzqwLQmv6AXLv6q3AQ" alt=""><figcaption><p>Outliers</p></figcaption></figure>

**B) Series display**

The following options can be accessed by clicking on the 'Series display' option in the case of pin charts.&#x20;

<figure><img src="/files/4781zDR0qTxnRZZYJVkG" alt=""><figcaption><p>Series display option in appearance</p></figcaption></figure>

**a) Marker type** - You can set the marker type for your pin chart(s) using this option. The marker type drop-down has the following options: *Square, Diamond*, and *Circle*.

**b) Marker size** - This drop-down lets you configure the size of the marker in your pin charts. It has the following options: *Mini, Small, Medium*, and *Large*.

<figure><img src="/files/ol4Q0yyua0nvHnpeDvUS" alt=""><figcaption><p>Marker type and size options</p></figcaption></figure>

In this section, we covered bar and lollipop/pin charts. Navigate to the next section to learn more about the [change/deviation charts](/premium-table/working-with-premium-table/6.-working-with-charts/change-deviation-charts.md).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/premium-table/working-with-premium-table/6.-working-with-charts/pin-charts.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
