# ウォーターフォールチャート

ウォーターフォールチャートを描画します。

| <picture><source srcset="https://1959197998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvyRvOrlY46GCAFYEPPGZ%2Fuploads%2Fgit-blob-6e2ad9e757753038a1c7da7d2f2c62ea3ed7bfe0%2Fwaterfall-waterfall-dark.png?alt=media" media="(prefers-color-scheme: dark)"><img src="https://1959197998-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FvyRvOrlY46GCAFYEPPGZ%2Fuploads%2Fgit-blob-467b3616d9775341f85aeb5c78b5dbf3574c115d%2Fwaterfall-waterfall-light.png?alt=media" alt="Waterfall"></picture> |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## 仕様

### 集計の仕様

ウォーターフォールチャートでは、[ラベル（ディメンション）ごとに値（メトリクス）を集計](https://docs.codatum.jp/data-exploration/chart-common#dimension-metric)して積み上げて表示します。

| 項目  | 役割      | 補足             |
| --- | ------- | -------------- |
| ラベル | ディメンション | ウォーターフォールの各項目名 |
| 値   | メトリクス   | 各項目の増減値として表示   |

#### 使用例

* 「期首残高 → 収益 → 費用 → その他」の増減をウォーターフォールで表示（損益やキャッシュフローの内訳など）
  * ラベル（ディメンション）: 期首、収益、費用、その他、期末 など各項目名
  * 値（メトリクス）: 各項目の金額（増減値）

## Tips

### フレーム機能

ウォーターフォールチャートはフレーム機能に対応しています。詳細は[フレーム機能](https://docs.codatum.jp/data-exploration/chart-common#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/waterfall-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.
