Visualization library

Table of Content

Table of Content

Table of Content

Tables

📌 What are they?

The Table visualization allows you to display data in a structured format of rows and columns, ideal for presenting exact values, detailed comparisons, or ordered lists. It is especially useful when the focus is on accuracy, traceability, and direct reading of multiple variables at once.

🔍Tables are non-graphical but highly informative visualizations, suitable for technical monitoring views, auditing, or inspection of critical values.

🎯 When to use them?

  • Display lists of historical data, metrics by team, inventories or sensor readings.

  • Compare multiple variables or entities simultaneously.

  • See in detail values that accompany other visualizations (complementary context).

  • Facilitate quick reading of indicators in real time or categorical states.

📥 Data Sending Formats

▸ From dataset

Example of structure:

Label

CNC Lathe TX200

Parallel Lathe TP500

Revolver Lathe TR300

Anayak

Turning capacity (mm)

400

500

300

600

Distance between centers (mm)

1000

1500

800

0

Maximum speed (rpm)

3000

2000

2500

1800

Motor power (kW)

15

10

12

20

Weight (kg)

3500

2500

2800

4000

Dimensions (mm)

2500x1500x1800

3000x1600x1900

2200x1400x1700

2700x1800x2200

  • Label: Label (labels on the X axis)

  • Label type: String (type of labels)

  • Values: CNC Lathe TX200, Parallel Lathe TP500, Revolver Lathe TR300, Anayak

  • Value type: String (type of data)

  • Popup: (each segment will show its value; if you want to view more data in each segment, you select here)

▸ From MQTT

{
  "CNC_TX200": {
    "Capacidad de volteo (mm)": 400,
    "Longitud entre centros (mm)": 1000,
    "Velocidad máxima (rpm)": 3000,
    "Potencia del motor (kW)": 15,
    "Peso (kg)": 3500,
    "Dimensiones (mm)": "2500x1500x1800"
  },
  "Paralelo_TP500": {
    "Capacidad de volteo (mm)": 500,
    "Longitud entre centros (mm)": 1500,
    "Velocidad máxima (rpm)": 2000,
    "Potencia del motor (kW)": 10,
    "Peso (kg)": 2500,
    "Dimensiones (mm)": "3000x1600x1900"
  },
  "Revolver_TR300": {
    "Capacidad de volteo (mm)": 300,
    "Longitud entre centros (mm)": 800,
    "Velocidad máxima (rpm)": 2500,
    "Potencia del motor (kW)": 12,
    "Peso (kg)": 2800,
    "Dimensiones (mm)": "2200x1400x1700"
  },
  "Anayak": {
    "Capacidad de volteo (mm)": 600,
    "Longitud entre centros (mm)": 0,
    "Velocidad máxima (rpm)": 1800,
    "Potencia del motor (kW)": 20,
    "Peso (kg)": 4000,
    "Dimensiones (mm)": "2700x1800x2200"
  }
}

TOKII

·

©

2025

All rights reserved

English

TOKII

·

©

2025

All rights reserved

English

TOKII

·

©

2025

All rights reserved

English