Free Intro Class
    Botspot Logo

    agenthub · output.radar

    Radar Chart

    Render a radar chart in the chat interface. A terminal node, fed by Radar Data.

    category Outputin chart_dataout execution syncmodel cost none

    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

    1. 1
      Take chart_data, parsing it first if it arrived as a JSON string.
    2. 2
      Override the title and detail flag from config when set.
    3. 3
      Stamp the radar marker and emit the assistant message; the surface renders the chart.

    What you wire

    Inputs

    • chart_data *
      object

    Outputs

    Nothing handed onward.

    Configuration

    KeyTypeDefault & optionsWhat it does
    titlestringOptional chart title displayed above the radar
    show_detailsbooleandefault trueShow 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

    buildersChat & voice agents
    routesno
    side effectsnone — computes only
    replay safetynot applicable
    talks tonothing outside the run
    holdsno credentials