9. Display Information — Stacked Cartesian
This is the final step of the Stacked Cartesian flow. You enter the information that determines how the widget will appear in the Cartography list and save it with Save.
Wizard route: /cartography/add/displayinfo
1. Form Fields
| Field | Required | Description | Stacked Cartesian Example |
|---|---|---|---|
| Name | Yes | Widget name | Shift × Product Stacked Distribution |
| Description | No | Description | Distribution of product counts across S1-S3 shifts (Stacked Column) |
| Tags | No | Tags | stacked, shift, product-distribution, column |
| Target Folder | Yes | Folder | CARTOGRAPHY/Facility1/Shift Analysis |
Naming Recommendation for Stacked
Use the <x>_<stack>_<chart> format:
Shift_Product_StackedColumnMonth_Line_StackedAreaDay_Shift_StackedColumn100(100% share variant)
Tag Strategy
The following tag sets help for Stacked widgets:
- Stacked type tag:
stacked-column,stacked-area,stacked-line,stacked-100 - Scenario tag:
distribution,category-share,shift-analysis - Facility/unit tag:
facility1,line3
2. Folder Selection
Recommended folder structure (Stacked widgets are usually in analysis/comparison folders):
CARTOGRAPHY/
├── Facility 1/
│ ├── Shift Analysis/ # Stacked Column / Stacked Bar
│ ├── Production Mix/ # Stacked Area / Stacked Line
│ └── Share Analysis/ # 100% variants
└── General/
└── Stacked KPI/
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 Stacked widget in the Cartography list. It can now be added to Horizon or Atlas dashboards.
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 the widget on a dashboard: → Horizon
- Edit the same widget: → Cartography — Edit
- Organize the Cartography list: → Cartography — Management/Move
5. Stacked Cartesian Flow Completed
flowchart LR
A[Compass<br/>Stack By Query] --> B[Cartography<br/>Stacked Widget ✓]
B --> C[Horizon / Atlas<br/>Dashboard]
6. Other Cartesian Flows
- Standard Flow — Line, Area, Spline, Column, Bar, Step Line
- Range Column Flow — Min-max range bar
- Waterfall Flow — Cumulative increase/decrease
