agenthub · output.radar
Render a radar chart in the chat interface. A terminal node, fed by Radar Data.
Why the node earns its place
The presentation half of the scoring pattern. It takes the shaped chart data, folds in the title and detail settings from its own config, stamps the marker the chat surface looks for, and returns it as the assistant's message.
How it works at run time
chart_data, parsing it first if it arrived as a JSON string.What you wire
Nothing handed onward.
Configuration
| Key | Type | Default & options | What it does |
|---|---|---|---|
| title | string | — | Optional chart title displayed above the radar |
| show_details | boolean | default true | Show dimension breakdown on hover |
What usually goes wrong
Watch for this
It expects the shape Radar Data produces. Wiring a raw LLM output straight in gives a chart with no axes rather than an error — put Radar Data in between.
Behaviour & provenance