Chart from URL
render_from_urlFetch JSON data from a URL and automatically visualize it with an interactive chart that detects the best chart type.
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 |