# 円形チャート

## 描画タイプ

円形チャートでは、以下の描画タイプが選択できます。

| <p>円グラフ </p><p><picture><source srcset="/files/1D4vOvlvm1hK5U5wPQX9" media="(prefers-color-scheme: dark)"><img src="/files/O99atc6pCHFd136y7nEj" alt="Radial Pie"></picture></p> | <p>ドーナツチャート </p><p><picture><source srcset="/files/U2Y5FIZ9mt4a774mTOsJ" media="(prefers-color-scheme: dark)"><img src="/files/vg1PDh6jd0nWbF0sg4gV" alt="Radial Donut"></picture></p> | <p>レーダーチャート </p><p><picture><source srcset="/files/2loNTEzg4uyuk4YBWtnS" media="(prefers-color-scheme: dark)"><img src="/files/A7J7JBYlS48Vf0cif6zy" alt="Radial Radar"></picture></p> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

## 仕様

### 集計の仕様

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

| 項目    | 役割      | 補足                       |
| ----- | ------- | ------------------------ |
| ラベル   | ディメンション | 項目名（セグメント）になります          |
| 値     | メトリクス   | ラベルごとに集計されます             |
| グループ化 | ディメンション | 値ごとに系列が分割される（レーダーチャートのみ） |

#### 使用例

* 「商品カテゴリごとの売上合計」を円グラフで表示
  * ラベル（ディメンション）: 商品カテゴリ
  * 値（メトリクス）: 売上の合計値
* 「評価項目別の顧客満足度を部門別に比較」をレーダーチャートで表示
  * ラベル（ディメンション）: 評価項目
  * 値（メトリクス）: 顧客満足度の平均値
  * グループ化（ディメンション）: 部門

### 描画タイプごとの仕様

* 円グラフ・ドーナツチャートは「ラベル × 値」の1系列で描画されます
* レーダーチャートはラベルを軸として、グループ化の値ごとに系列が分割されます

## 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/radial-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.
