create-chart-using-googlecharts
Generate chart images using Google Charts by providing JavaScript code, choose to get a URL or save the file, and customize dimensions and packages for visualization needs.
Instructions
Create charts using Google Charts - get chart image URL or save chart image to file
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Whether to get chart URL or save as file | |
| code | Yes | JavaScript drawChart function code | |
| height | No | Chart height in pixels | |
| mapsApiKey | No | Google Maps API key (for geo charts) | |
| outputPath | No | Path where to save the file (only used with action=save_file) | |
| packages | No | Google Charts packages to load (default: 'corechart') | |
| width | No | Chart width in pixels |