# ファンネルチャート

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

| <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: 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.codatum.jp/data-exploration/chart/funnel-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.
