What problem does it solve?
This skill turns your raw dataset and requirements into a ready-to-use chart image, removing the manual work of choosing chart types and building the API request payload.
Core Features & Use Cases
- Chart type selection: Matches input characteristics to the most suitable visualization type (time series, comparison, proportion, relationships, hierarchy, and more).
- API-based image generation: Builds a compliant JSON request and calls the AntV chart rendering API to return an image URL.
- Markdown-ready output: Returns the resulting chart as a Markdown image so you can paste it directly into documents or reports.
Example use case: you have monthly metrics for two groups and want a line chart with dual axes; provide the data and the skill generates a chart image URL you can embed in your README.
Quick Start
Ask the chart-visualization skill to generate a line chart from your provided time/value data and return the image as a Markdown link.