create-chart-using-natural-language
Generate charts directly from natural language descriptions, retrieve a chart image URL, or save the chart to a file with customizable dimensions and data.
Instructions
Create charts from natural language descriptions - get chart image URL or save chart image to file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Whether to get chart URL or save as file | |
backgroundColor | No | Background color | |
data1 | No | First dataset values (comma-separated) | |
data2 | No | Second dataset values (comma-separated) | |
description | Yes | Natural language chart description | |
height | No | Chart height in pixels | |
labels | No | Data labels (comma-separated) | |
outputPath | No | Path where to save the file (only used with action=save_file) | |
title | No | Chart title | |
width | No | Chart width in pixels |