Pyramid Chart Generator
Generate pyramid charts for hierarchical structure visualization, perfect for organization charts, hierarchy levels, and proportional data
API Documentation
Request Endpoint
POST /en/api/tools/pyramid-chart-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| chartData | textarea | Yes | Data for the pyramid chart. Supports JSON array or simple label:value text format |
| chartTitle | text | No | Title that will be displayed above the chart |
| pyramidStyle | select | No | - |
| pyramidDirection | select | No | - |
| colorScheme | select | No | - |
| chartSize | number | No | Size of the square chart in pixels |
| fontSize | number | No | Size of the labels in pixels |
| animationDuration | number | No | Duration of the animation in milliseconds |
| labelPosition | select | No | - |
| backgroundColor | color | No | Background color for the chart container |
| showValues | checkbox | No | Display absolute values on the pyramid |
| showPercentages | checkbox | No | Display percentage values on the pyramid |
| showLabels | checkbox | No | Display labels on the pyramid |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-pyramid-chart-generator": {
"name": "pyramid-chart-generator",
"description": "Generate pyramid charts for hierarchical structure visualization, perfect for organization charts, hierarchy levels, and proportional data",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pyramid-chart-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]