# Word Cloud (日本語)

![](/files/IUFW5ujJb6OWcxqi1NfH)

## 列の割当

* 単語 - 表示したい単語を含む列を割り当てます。
* 色で分割 - 単語の色情報を含む列を割り当てます。列はカテゴリー列か数値列を割り当てることができます。カテゴリー列にNAが含まれる場合、NAはカテゴリーの一つとして取り扱われます。数値列にNAが含まれる場合、NAに対応する単語は表示されません。
* サイズ - 単語のサイズ情報を含む列を割り当てます。

## 設定

* 幅 - チャートの画像の横幅。単位はピクセル。
* 高さ - チャートの画像の高さ。単位はピクセル。
* 横倒しテキストの割合 (0-1) - 単語を横倒し(90度回転)に表示する割合。例えば0.5と設定すると、半分は横倒し(90度回転)で表示されます。
* 単語の最小頻度 - 出現回数がこの最小頻度以下の単語は表示されません。


---

# 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.exploratory.io/visualization/types/wordcloud_ja.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.
