Open Tree chart app
echart_mcp_view_open_treeOpens a tree chart for hierarchical parent-child data. Supply title, subtitle, and data as rows or tree nodes; encoding maps id, parent, name, and value fields.
Instructions
Open a focused tree MCP App for hierarchical parent-child data. Use top-level title/subtitle; data holds rows, tree, or nodes/links; encoding maps fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Tree nodes or parent-child rows. | |
| title | No | Chart title. | |
| advanced | No | Renderer and safe option patch. | |
| encoding | No | Hierarchy row mapping. | |
| subtitle | No | Chart subtitle. | |
| interaction | No | Basic interactions. | |
| presentation | No | Hierarchy presentation. |