9. Display Information — Circular
This is the final step of the Circular flow.
Wizard route: /cartography/add/displayinfo
1. Form Fields
| Field | Required | Description | Circular Example |
|---|---|---|---|
| Name | Yes | Widget name | Shift-Based Production Share (Pie) |
| Description | No | Description | Daily production count slice shares by shift |
| Tags | No | Tags | pie, share, shift, production |
| Target Folder | Yes | Folder | CARTOGRAPHY/Facility1/Share Analysis |
Circular Naming
Use the <topic>_<distribution>_<chart> format:
Shift_Share_PieProductFamily_Distribution_DoughnutMachine_OEE_RadialBar
2. Folder Selection
CARTOGRAPHY/
├── Facility 1/
│ ├── Share Analysis/ # Pie / Doughnut
│ ├── OEE/ # Radial Bar (machine-based)
│ └── Production Mix/ # Doughnut (total value in center)
└── General/
└── Distributions/
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 Circular 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
- Place on a dashboard: → Horizon
- Edit: → Cartography — Edit
- Management/Move: → Cartography — Management/Move
5. Circular Flow Completed
flowchart LR
A[Compass<br/>Label+Value Query] --> B[Cartography<br/>Circular Widget ✓]
B --> C[Horizon / Atlas<br/>Dashboard]
