Polar Area Chart Generator
Generate interactive polar area charts to visualize data in circular format, perfect for comparing categories with cyclical patterns or radial distributions
API Documentation
Request Endpoint
POST /en/api/tools/polar-area-chart
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| chartData | textarea | Yes | Data for the polar area chart in JSON format with label and value fields |
| chartTitle | text | No | Title that will be displayed above the chart |
| colorScheme | select | No | - |
| customColors | textarea | No | JSON array of hex colors (requires Custom Colors selection) |
| valueFormat | select | No | - |
| chartSize | number | No | Size of the chart in pixels (min: 300, max: 600) |
| startAngle | number | No | Starting angle in degrees (0-360) |
| innerRadius | number | No | Inner radius for donut chart effect (0-80) |
| backgroundColor | color | No | Background color for the chart container |
| showValues | checkbox | No | Display values inside the chart areas |
| showLabels | checkbox | No | Display category labels around the chart |
| showGrid | checkbox | No | Display radial grid lines and circles |
| showAnimation | checkbox | No | Animate chart areas when loading |
| showPercentage | checkbox | No | Show percentages instead of values |
| enableTooltip | checkbox | No | Show detailed information on hover |
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-polar-area-chart": {
"name": "polar-area-chart",
"description": "Generate interactive polar area charts to visualize data in circular format, perfect for comparing categories with cyclical patterns or radial distributions",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=polar-area-chart",
"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]