Chart from URL
render_from_urlFetches JSON data from a URL and automatically creates an interactive chart, selecting the best visualization type based on 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 |
|---|---|---|---|
| url | Yes | URL that returns JSON data | |
| title | Yes | Chart title | |
| options | No |