フリーテキストウィジェット

フリーテキストは、スクリーンボードに見出しを追加できるウィジェットです。

ダッシュボード全体の目的を示すためによく使用されます。

フリーテキスト

セットアップ

コンフィギュレーション

  1. 表示するテキストを入力します。
  2. テキストの書式を選択します。

API

このウィジェットは Dashboards API で使用できます。ウィジェット JSON スキーマ定義については、以下の表を参照してください。

Expand All

フィールド

種類

説明

color

string

Color of the text.

font_size

string

Size of the text.

text [required]

string

Text to display.

text_align

enum

How to align the text on the widget. Allowed enum values: center,left,right

type [required]

enum

Type of the free text widget. Allowed enum values: free_text

default: free_text

{
  "color": "string",
  "font_size": "string",
  "text": "",
  "text_align": "string",
  "type": "free_text"
}

その他の参考資料

お役に立つドキュメント、リンクや記事: