> ## Documentation Index
> Fetch the complete documentation index at: https://dune-tables-docs.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Create counters

> Counters give you a way to display a single number in a prominent way.

**Counters give you a way to display a single number in a prominent way.**

## Counters

Counters are a great way to provide your audience with immediate "on a glance" stats.

!["on a glance" stats in https://dune.com/0xBoxer/NFT](https://mintlify.s3-us-west-1.amazonaws.com/dune-tables-docs/web-app/visualizations/web-app/images/other-visualizations/counters-1.png)

### Configuring your Counter

![Counters 2](https://mintlify.s3-us-west-1.amazonaws.com/dune-tables-docs/web-app/visualizations/web-app/images/other-visualizations/counters-2.png)

#### Counter options

In this section you can define what kind of data the counter should display:

<Tabs>
  <Tab title="Title">
    * The Title will appear in all instances of this graph prominently at the top
    * If left blank the Query name will be the only thing that is left standing
  </Tab>

  <Tab title="Column">
    * In this field you can define which column the counter should show.
  </Tab>

  <Tab title="Row">
    * This field can be used to define which row of the underlying data table you want displayed e.g. row 1
    * Usually this requires you to sort or limit your Query results in order for row 1 to show the wanted results.
  </Tab>
</Tabs>

#### Formatting

This section is where you can adjust how your numerical data is displayed.

<Tabs>
  <Tab title="Prefix">
    * This field allows you to define a prefix for your counter value.
    * e.g.: `$`, `€`, `Ξ`, `฿`
  </Tab>

  <Tab title="Column">
    * In this field you can define which column the counter should show.
  </Tab>

  <Tab title="Row">
    * This field can be used to define which row of the underlying data table you want displayed e.g. row 1
    * Usually this requires you to sort or limit your Query results in order for row 1 to show the wanted results.
  </Tab>

  <Tab title="Suffix">
    * This field allows you to define a suffix for your counter value.
  </Tab>

  <Tab title="Label">
    * This field allows you to define a label for your counter value.
    * The label will appear beneath the counter value as text.
  </Tab>

  <Tab title="Decimals">
    * In this field you can choose how many decimals you want displayed for your counter.
  </Tab>
</Tabs>

![label](https://mintlify.s3-us-west-1.amazonaws.com/dune-tables-docs/web-app/visualizations/web-app/images/other-visualizations/counters-label-1.png)
