render_from_json
Automatically detect and render appropriate visualizations from JSON data to create interactive charts within AI conversations.
Instructions
Automatically detect the best chart type for arbitrary JSON data. Pass any JSON - arrays, objects, nested structures - and get the most appropriate visualization.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Chart title | |
| data | Yes | Any JSON data - arrays, objects, key-value pairs, nested structures | |
| options | No |