create-chart-using-apexcharts
Generate and visualize data by creating custom charts using Apex Charts. Retrieve a chart image URL or save the image to a file with configurable dimensions and settings.
Instructions
Create charts using Apex Charts - 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 | |
apexChartsVersion | No | Apex Charts version to use | |
config | Yes | Apex Charts JSON configuration | |
height | No | Image height in pixels | |
outputPath | No | Path where to save the file (only used with action=save_file) | |
width | No | Image width in pixels |