Widget de texto libre

Texto libre es un widget que te permite añadir títulos a tu screenboard.

Se suele utilizar para indicar el objetivo general del dashboard.

Texto libre

Configuración

Configuración

  1. Ingresa el texto que quieres mostrar.
  2. Elige el formato del texto.

API

Este widget se puede utilizar con la API de dashboards. Consulta la siguiente tabla para obtener la definición del esquema JSON del widget:

Expand All

Field

Type

Description

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"
}

Lectura adicional

Additional helpful documentation, links, and articles: