# Bullet chart

{% hint style="info" %}
Availability:

* Summary view - Period and Stream mode only.
* Focused view (when you select and focus on items in a dimension) - In Variance and Stream mode only.
  {% endhint %}

{% hint style="success" %}
Watch this Phocas Academy video: [Bullet charts](https://www.phocassoftware.com/academy/videos/bullet-charts)
{% endhint %}

A Bullet chart is one of the KPI types of chart. It displays results in a single column. It looks similar to a Column chart, as it uses columns, however, it has more in common with a Gauge chart, as it is another way to visually track performance against a target.

Each ‘column’ is in fact made up of two columns. The gray column typically represents a target and the colored column represents the actual performance, a little like a fuel gauge or thermometer. By default the ‘colored’ column is blue but you can apply conditional formatting to change the colors to red, blue and/or green.

The bullet chart will always display the target %, even when this is not displayed in the grid.

You can hover over a column to display a tooltip with the values and target %.

|              | **Summary view**                                                                 | **Focused view**                                                    |
| ------------ | -------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| **Contents** | There are columns for each time unit (month/day/year) in the period (or stream). | There is a column for each of the focused items.                    |
| **X-axis**   | The X-axis displays the time units of your current period.                       | The X-axis displays each focused item.                              |
| **Y-axis**   | The Y-axis displays the total, which starts at zero.                             | The Y-axis displays the total, which starts at zero.                |
| **Example**  | <img src="/files/RkBoja4U86q6TvO34mra" alt="" data-size="original">              | <img src="/files/l9Sm7PldFhw8QQ8bgBFj" alt="" data-size="original"> |

<details>

<summary>Example: Track Sales Rep performance against budget</summary>

In the Sales database, create a Bullet chart to visualize the Sales Rep performance against the budget.&#x20;

Prepare the data in the grid:

1. Select the **Sales Rep** dimension, then select and focus on the top ten performing Sales Reps.
2. Select **Period** > **Year to date**.
3. Select **Mode** > **Stream**, **Stream** > **Sales** and **Variance Stream** > **Budget**.

Click the **Chart** button in the top right toolbar above the grid, then click the KPI chart category button on the left of the chart,**KPI** chart category button on the left of the chart and select the **Bullet** option.

<img src="/files/mTbWAjPcxufe0m3sVAQO" alt="" data-size="original">

The default Bullet chart displays with the grey and blue columns. The grey column represents the budget and the blue columns represent sales. The percentage shown is target %.

<img src="/files/1FU3X59XZQYxwUypmDCT" alt="" data-size="original">

(Optional) Associate traffic-light colors with the sale performance: Enter the **From** and **To** value range into the color boxes to set the conditional formatting. In this example, if the Sales Reps achieve more than 110 of budget, the column is green, if they achieve budget, it’s yellow and if they do not achieve budget (<99%), it is red. &#x20;

<img src="/files/Wjp3GMySXBJkwyR1S4fl" alt="" data-size="original">

</details>

{% embed url="<https://phocassoftware.wistia.com/medias/htmtoa8ozo>" %}
Create KPI-Style gauge, summary and bullet charts
{% endembed %}

***

{% hint style="success" %}
**Related pages**

You can take the following actions with your chart:&#x20;

[Configure the chart options](/analytics/visualize-your-data-in-a-chart/configure-the-chart-options.md) | [Select and focus on a chart segment](/analytics/visualize-your-data-in-a-chart/select-and-focus-on-a-chart-segment.md) | [Use the chart legend](/analytics/visualize-your-data-in-a-chart/use-the-chart-legend.md) | Save the chart as a favorite | Add the chart to a dashboard | [Export a chart as an image](/analytics/visualize-your-data-in-a-chart/export-a-chart-as-an-image.md)

See also the main page: [Visualize your data in a chart](/analytics/visualize-your-data-in-a-chart.md)
{% endhint %}


---

# 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.phocassoftware.com/analytics/visualize-your-data-in-a-chart/bullet-chart.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.
