generate_column_chart
Create column charts for comparing categorical data, ideal for visualizing close values by height. Supports grouping, stacking, and customizable titles for axes and chart.
Instructions
Generate a column chart, which are best for comparing categorical data, such as when values are close, column charts are preferable because our eyes are better at judging height than other visual elements like area or angles.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
axisXTitle | No | Set the x-axis title of chart. | |
axisYTitle | No | Set the y-axis title of chart. | |
data | Yes | data for column chart, such as, [{category: string; value: number; group?: string}]. | |
group | No | grouping is enabled. column charts require a 'group' field in the data. | |
stack | No | stacking is enabled. column charts require a 'group' field in the data. | |
title | No | Set the chart title. |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from mcp-server-chart
Related Tools
- @antvis/mcp-server-chart
- @antvis/mcp-server-chart
- @antvis/mcp-server-chart
- @GongRzhe/Quickchart-MCP-Server
- @honeycombio/honeycomb-mcp