Chart from URL
render_from_urlFetch JSON data from any URL and automatically visualize it with an interactive chart, auto-detecting the best chart type from the data.
Instructions
Fetch JSON data from a URL and automatically visualize it. The server fetches the data, detects the best chart type, and renders it interactively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Chart title | |
| url | Yes | URL that returns JSON data | |
| options | No |