Chart Compiler Gallery
ChartSpec data compiles into resolved scales, layer specs, glyph definitions, scene graph nodes, and a single SVG renderer.
Compiled KPI
Single-row data drives text glyphs.
Data Sources
1
Fields
3
Scales
0
Layers
5
Glyphs
5
rect 2 / text 3
Data Flow Diagram
Select a glyph to highlight its complete source path.
Scope
Roles
No matching flow nodes
Adjust search, scope, or role filters.
Available Data
Compiled KPI row
ChartSpec
{
"id": "gallery.kpi",
"data": [
{
"id": "kpi",
"rows": 1
}
],
"transforms": [],
"fields": [
"label",
"value",
"detail"
],
"scales": [],
"layers": [
{
"id": "panel",
"mark": "rect",
"role": "context"
},
{
"id": "accent",
"mark": "rect",
"role": "guide"
},
{
"id": "kpi-label",
"mark": "text",
"role": "guide"
},
{
"id": "kpi-value",
"mark": "text",
"role": "data"
},
{
"id": "kpi-detail",
"mark": "text",
"role": "guide"
}
]
}Resolved SceneGraph
{
"scene": "gallery.kpi.scene",
"scales": [],
"layers": [
{
"id": "panel",
"role": "context",
"zIndex": 0,
"glyphs": 1
},
{
"id": "accent",
"role": "guide",
"zIndex": 1,
"glyphs": 1
},
{
"id": "kpi-label",
"role": "guide",
"zIndex": 10,
"glyphs": 1
},
{
"id": "kpi-value",
"role": "data",
"zIndex": 20,
"glyphs": 1
},
{
"id": "kpi-detail",
"role": "guide",
"zIndex": 20,
"glyphs": 1
}
]
}Glyph Data Tree
Full parameter lineage for the active compiler surface.
panel
accent
kpi-label
kpi-value
kpi-detail
Glyph Inspector
Select a glyph in the chart to inspect resolved params and lineage.