> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/smartsheet/dashboards/chart-widgets/create-a-chart-for-a-dashboard.md).

# ダッシュボードのグラフを作成する

グラフ ウィジェットを使用してSmartsheetダッシュボードでライブ グラフを生成する

### プラン <a href="#imxz4uoc5sqn" id="imxz4uoc5sqn"></a>

* Smartsheet
* Pro
* Business
* Enterprise

プラン タイプと含まれる機能の詳細については、 [「Smartsheetプラン」](https://www.smartsheet.com/pricing)ページを参照してください。

ライブ グラフは、 Smartsheetダッシュボードにウィジェットとして保存されます。 (この機能の詳細については、[ダッシュボードに関するヘルプ記事](https://help.smartsheet.com/articles/518547)を参照してください。)

**グラフ ウィジェットを作成するには:**

1. 右側のレールで \[+] ボタンをクリックします。または、\[編集] メニューの \[ウィジェットの追加] ドロップダウンから \[グラフ] を選択します。
2. 「ウィジェットの追加」ボックスから「グラフ」を選択します。
3. グラフを選択する前に、まずデータを選択する必要があります。 「データとグラフの種類」セクションで「データの追加」をクリックします。
4. フォームの左側で、グラフ化する表を含むシートまたはレポートを選択します。次に、右側のセル範囲を選択します。
5. データを選択したら、「OK」をクリックします。

ヒント: 後でデータ範囲を変更する必要がある場合は、ウィジェットを編集し、\[データの編集] をクリックしてデータ範囲を再選択します。

データを選択したら、グラフの種類と書式設定を選択します。

**グラフの種類を選択してください**

グラフ化するデータを選択したので、データを視覚的に表すグラフを選択できます。 Smartsheet は、範囲内のデータの書式設定に基づいてグラフの種類を自動的に提案します。 \[グラフ ウィジェットの編集] フォームの右側で別のグラフ タイプを選択できます。

| 比較したいデータ                           | 推奨グラフ               |
| ---------------------------------- | ------------------- |
| **時間の経過とともに数値がどのように変化したか**         | ライン、滑らかなライン、階段状のライン |
| **数値を直接比較する**                      | 柱、棒、積み上げ柱、積み上げ棒     |
| **個々の数値がデータセット全体とどのように関連しているかを示す** | 円、ドーナツ              |

* データが期待どおりに表示されない場合は、「行/列の切り替え」をクリックします。
* 円グラフとドーナツ グラフにはゼロ値が表示されません

#### 使用可能なグラフと列のタイプ <a href="#pylotyuq2bc6" id="pylotyuq2bc6"></a>

**グラフの種類**

Smartsheet、次のグラフの種類が提供されます。

* ライン
* 滑らかなライン
* 階段状のライン
* バー
* 積み上げバー
* 列
* 積み上げ列
* 円
* ドーナツ
* 散布

**列の種類**

グラフ ウィジェットは、次の列タイプのグラフ作成のみをサポートします。

* テキスト/数値: 値は数値のみである必要があります
* ドロップダウン リスト: 数字のみ。数字に見えるテキスト文字列は含まれません。
* 自動番号付け/システム生成列: プレフィックスまたはサフィックスのない番号 (テキストなし)
* シンボル: 数字のみ (シンボルはグラフ化できません)

Smartsheetのさまざまな列タイプの詳細については、[「データに最適な列タイプを使用する」](https://help.smartsheet.com/articles/504619)を参照してください。


---

# 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://manual.dxable.com/smartsheet/dashboards/chart-widgets/create-a-chart-for-a-dashboard.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.
