Skip to content

9. Display Information — Linear Gauge

This is the final step of the Linear Gauge flow.

Wizard route: /cartography/add/displayinfo

Prerequisite

Steps 1, 2, 3, 4, and 8 of the Linear Gauge flow must be completed.

08 — Card Design


1. Form Fields

Field Required Description Linear Gauge Example
Name Yes Widget name Tank-1 Fill Ratio
Description No Description Raw material tank fill percentage (Linear Gauge)
Tags No Tags gauge, linear, tank, fill
Target Folder Yes Folder CARTOGRAPHY/Facility1/Tank Status

Linear Gauge Naming

Use the <metric>_<location>_LinearGauge format:

  • Tank1_Fill_LinearGauge
  • Fuel_Level_LinearGauge
  • Target_AnnualProgress_LinearGauge

2. Folder Selection

CARTOGRAPHY/
├── Facility 1/
│   ├── Tank Status/       # Linear Gauge — fill levels
│   ├── Fuel/              # Linear Gauge — fuel level
│   └── KPI Progress/      # Linear Gauge — annual progress
└── General/
    └── Target Tracking/

3. Saving

When you click the Save button at the top right, the widget is written to the database and you are returned to the /cartography/list route.

Success

If saving succeeds, you see your Linear Gauge widget in the Cartography list.

Save Error

  • Backend access error → Contact your system administrator
  • A widget with the same name already exists → Change the name
  • Unauthorized user → Check your login status

4. Next Steps


5. Linear Gauge Flow Completed

flowchart LR
    A[Compass<br/>Single Value Query] --> B[Cartography<br/>Linear Gauge ✓]
    B --> C[Horizon / Atlas<br/>Dashboard]

6. Other Gauge Flow