Auto Chart
render_from_jsonAutomatically selects the best chart type for any JSON data, rendering interactive visualizations like bar, line, pie, or table from arrays, objects, or nested structures.
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
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Any JSON data - arrays, objects, key-value pairs, nested structures | |
| title | Yes | Chart title | |
| options | No |