create-chart-using-natural-language
Generate charts from natural language inputs, producing an image URL or saving directly to a file with customizable dimensions, data, and labels.
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 |