> For the complete documentation index, see [llms.txt](https://docs.wicle.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wicle.io/analytics/dashboard/custom-dashboard.md).

# カスタムダッシュボード

## カスタムダッシュボードとは？ <a href="#overview" id="overview"></a>

定点観測したい指標を、対話でウィジェットとして配置できるダッシュボードです。測りたい内容を自然言語で伝えると、チャート案が提案され、ダッシュボードに追加できます。

{% hint style="info" %}
ダッシュボードの作成・管理手順は [ダッシュボードを作成・管理する](/analytics/dashboard/custom-dashboard/create-custom-dashboard.md)、ウィジェットの追加・編集は [ウィジェットを追加・編集する](/analytics/dashboard/custom-dashboard/create-widget.md) をご覧ください。
{% endhint %}

## カスタムダッシュボードでできること <a href="#what-you-can-do" id="what-you-can-do"></a>

* ダッシュボードを複数作成し、フォルダで整理する
* 対話でウィジェットを追加・編集する
* 分析アシスタントのチャートをウィジェットとして追加する
* ウィジェットのSQLを直接編集する
* 折れ線・棒・円・ファネル・表など、複数のチャート種別で指標を可視化する
* ウィジェット上からチャート種別をすばやく切り替える
* 画面上部の期間セレクタで、ダッシュボード全体の集計期間を切り替える
* レイアウト編集で、ウィジェットの配置とサイズを変更する

## 画面構成 <a href="#screen-layout" id="screen-layout"></a>

| 領域     | 説明                                            |
| ------ | --------------------------------------------- |
| 左サイドバー | カスタムダッシュボードの一覧とフォルダ。検索や作成もここから行います            |
| ヘッダー   | ダッシュボード名、期間セレクタ、`編集`、`ウィジェットを追加`、`サポートするチャート` |
| メインエリア | ウィジェットを格子状に表示するグリッド                           |
| 右パネル   | 対話でウィジェットを作成・編集するパネル                          |

## サポートするチャート <a href="#chart-types" id="chart-types"></a>

ウィジェットでは、次のチャート種別を利用できます。通常はデータの内容に応じて最適な種別が自動で選ばれます。「棒グラフにして」「表で見たい」などと指示すれば、種別を変更できます。

| 種別                  | 用途の例        |
| ------------------- | ----------- |
| 折れ線（line）           | 時系列の推移      |
| 棒（bar）              | カテゴリごとの数量比較 |
| 積み上げ棒（stacked\_bar） | 内訳と変化       |
| グループ棒（grouped\_bar） | 複数系列の並列比較   |
| 円（pie）              | 構成比         |
| 散布図（scatter）        | 2指標の相関      |
| ヒートマップ（heatmap）     | 2軸の密度・強度    |
| ファネル（funnel）        | ステップの歩留まり   |
| 数値（query\_value）    | 単一のKPI      |
| 表（table）            | ランキング・明細    |

ヘッダーの`サポートするチャート`からも、種別の一覧を確認できます。

## 期間について <a href="#period" id="period"></a>

画面上部の期間セレクタが、ダッシュボード内のウィジェットのデフォルト期間です。プリセット（`今月` / `先月` / `7日` / `14日` / `28日`）またはカスタム期間を指定できます。初期表示は`14日`です。

ウィジェットは、特に指定がなければダッシュボード上部の期間に従います。次の場合に`期間固定`バッジが付き、上部の期間変更の影響を受けなくなります。

* 対話で絶対期間での固定を明示して作成・編集したとき
* [チャットエージェント](/ai/agent.md)からチャートを追加したとき

期間固定の変更・解除手順は [ウィジェットを追加・編集する](/analytics/dashboard/custom-dashboard/create-widget.md) をご覧ください。

## 上限について <a href="#limits" id="limits"></a>

プロジェクト内のウィジェット合計数に、プランに応じた上限があります。上限に達すると`ウィジェットを追加`が利用できなくなります。

詳しくは [リミット](/organization-project/project-setting/limitation.md) および [プランごとの機能・上限一覧](/billing/plan-comparison.md) をご覧ください。


---

# 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.wicle.io/analytics/dashboard/custom-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.
