> For the complete documentation index, see [llms.txt](https://docs.codatum.jp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.codatum.jp/data-exploration/chart/bignumber.md).

# ビッグナンバー

## 描画タイプ

ビッグナンバーには、テキストとゲージの2つの描画タイプがあります。

| <p>テキスト </p><p><picture><source srcset="/files/2VwH0ynqMTpq3D1XPBBV" media="(prefers-color-scheme: dark)"><img src="/files/uNuj5G3ugwzkYprB4HW0" alt="BigNumber Text"></picture></p> | <p>ゲージ </p><p><picture><source srcset="/files/d9VQFn9QqCXVNqQBa4A4" media="(prefers-color-scheme: dark)"><img src="/files/EZWclrN33PmaWq5A0Zay" alt="BigNumber Gauge"></picture></p> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |

## 仕様

### 集計の仕様

ビッグナンバーでは[ディメンションを指定せず、選択したメトリクスを集計](/data-exploration/chart/chart-common.md#dimension-metric)して1つの値として表示します。

| 項目   | 役割    | 補足             |
| ---- | ----- | -------------- |
| 指標   | メトリクス | 集計結果を1つの値として表示 |
| 補助指標 | メトリクス | ゲージ時は最大値として利用  |

#### 使用例

* 「全体の売上合計」をテキストで表示
  * 指標（メトリクス）: 売上の合計値
* 「達成率」をゲージで表示
  * 指標（メトリクス）: 実績の合計値
  * 補助指標（メトリクス）: 目標の合計値

### ゲージの仕様

* ゲージの達成率は「指標 ÷ 補助指標 × 100」で計算されます
* 補助指標が必須指定となり、数値型のデータを指定する必要があります

## Tips

### 条件付き書式

「詳細設定」から「条件付き書式」を設定することで、指標の値に応じてフォントカラーを変更することができます。 例えば、指標として達成率を指定して、達成率が80以下の時は危険色に、100以上の時は成功色に変更することができます。


---

# 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.codatum.jp/data-exploration/chart/bignumber.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.
