GetChartImgLink
Generate chart images by providing Quick Chart API parameters in JSON format. Create and retrieve chart visualization links for data representation.
Instructions
To draw chart and get chart image link by parameters, and parameter grammar follows Quick Chart API (quickchart.io).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| json | No | quick chart api's (quickchart.io) parameters and format is JSON object. The object does not include any functions, only values. |
Input Schema (JSON Schema)
{
"properties": {
"json": {
"description": "quick chart api's (quickchart.io) parameters and format is JSON object. The object does not include any functions, only values."
}
},
"type": "object"
}