> For the complete documentation index, see [llms.txt](https://docs.infotopics.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infotopics.com/showmemore/features/funnel-chart/labels.md).

# &#x20;Labels

<figure><img src="/files/IgkSQNHIUTxmk93BkQZo" alt=""><figcaption></figcaption></figure>

### Font size – dimension

Adjust the size of the stage labels.

Increasing the value makes labels larger and more prominent.\
Decreasing the value makes labels smaller and more compact.

***

### Font family

The Funnel Chart uses the font defined in your Tableau workbook.

To change the font:

* Go to **Format → Workbook**
* Update the font settings

Reload the extension after making changes to apply the new font.

***

### Show labels

Toggle the visibility of labels inside the funnel.

* **On**\
  Displays stage labels and values.
* **Off**\
  Hides all labels for a cleaner visual.

***

### Show conversion

Toggle the display of conversion metrics.

* **On**\
  Shows conversion values (such as % of previous or % of first stage).
* **Off**\
  Hides conversion metrics.

***

### Stage label

Define the content and structure of the labels.

You can combine different values using shortcodes.

***

### Available shortcodes

Use the following placeholders to build custom labels:

* `<Stage>`\
  Displays the stage name
* `<MeasureValue>`\
  Displays the stage value
* `<TargetValue>`\
  Displays the target value
* `<VarianceToTarget>`\
  Shows the difference between actual and target
* `<PercentToTarget>`\
  Shows performance relative to target
* `<PercentOfFirst>`\
  Shows percentage compared to the first stage
* `<PercentOfPrevious>`\
  Shows percentage compared to the previous stage
* `<Rank>`\
  Displays the rank of the stage

***

### Custom label formatting

You can define how labels appear by combining shortcodes.

Example:

```
<Stage>
<MeasureValue>
```

***

### HTML support

Labels support basic HTML formatting.

You can use:

* Line breaks (`<br>`)
* Headers (`<h1>`, `<h2>`)
* Images (`<img>`)

This allows more control over how labels are displayed.

***

### Notes

* Keep labels short to maintain readability
* Use `<PercentOfPrevious>` for conversion-focused funnels
* Use `<PercentOfFirst>` to show overall drop-off
* Turn off labels when using the funnel as a purely visual element


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.infotopics.com/showmemore/features/funnel-chart/labels.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
