Visualization library

Table of Content

Table of Content

Table of Content

KPIs

📌 What are they?

A visual information unit within the digital twin that shows the value of a key aspect of a system. This type of KPI combines:

  • An actual value

  • A reference objective

  • A horizontal progress bar

  • A compliance percentage

  • A custom icon and color by category

🔍 It is used to monitor goal compliance or progress ratios, facilitating immediate visual assessment in dashboards.

KPIs with objective:

KPIs con objetivo

Simple KPIs:


📥 Data Sending Formats

▸ From dataset

Example structure:

month

Production_Piece_A

Production_Piece_B

Production_Piece_C

Production_Piece_D

Target_Piece_A

Target_Piece_B

Target_Piece_C

Target_Piece_D

last_month

423

391

46

52

400

400

100


  • Label: Sheet (labels on the X-axis)

  • Label type: String (type of labels)

  • Values: Production_Piece_A, Production_Piece_B, Production_Piece_C, Production_Piece_D

  • Targets: Target_Piece_A, Target_Piece_B, Target_Piece_C, Target_Piece_D

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

▸ From MQTT

KPIs with objective:

{
  "Tornillos": { "valor": 423, "objetivo": 400 },
  "Tuercas": { "valor": 391, "objetivo": 400 },
  "Pernos": { "valor": 46, "objetivo": 100 },
  "Arandelas": { "valor": 52, "objetivo": 50 }
}

Simple KPIs:

{
  "Tornillos": { "valor": 423 },
  "Tuercas": { "valor": 391 },
  "Pernos": { "valor": 46 },
  "Arandelas": { "valor": 52 }
}

TOKII

·

©

2025

All rights reserved

English

TOKII

·

©

2025

All rights reserved

English

TOKII

·

©

2025

All rights reserved

English