> 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/funnel-chart.md).

# ファンネルチャート

ファンネルチャートを描画します。

| <picture><source srcset="/files/8iLYqpkgK1XC8CzRPZuL" media="(prefers-color-scheme: dark)"><img src="/files/0KJKVRQ6fB4VV7SIetnt" alt="Funnel"></picture> |
| --------------------------------------------------------------------------------------------------------------------------------------------------------- |

## 仕様

### 集計の仕様

ファンネルチャートでは、[ラベル（ディメンション）ごとに値（メトリクス）を集計](/data-exploration/chart/chart-common.md#dimension-metric)して段階的に表示します。

| 項目  | 役割      | 補足         |
| --- | ------- | ---------- |
| ラベル | ディメンション | ファネルの各段階名  |
| 値   | メトリクス   | 各段階の値として表示 |

#### 使用例

* 「訪問 → 会員登録 → カート追加 → 購入 の件数」をファンネルで表示
  * ラベル（ディメンション）: 各段階の名前
  * 値（メトリクス）: 件数の合計値

### 並び順の仕様

* ソートが「ラベル順」の場合、並び替えは行わず先頭の値を基準に割合を計算します
* ソートが「値の昇順／降順」の場合、最大値を基準に割合を計算します

## Tips

### フレーム機能

ファンネルチャートはフレーム機能に対応しています。詳細は[フレーム機能](/data-exploration/chart/chart-common.md#frame-feature)を参照ください。


---

# 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/funnel-chart.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.
