Sunburst Chart Generator
Generate hierarchical sunburst charts with polar coordinates and radial layout
API Documentation
Request Endpoint
POST /en/api/tools/sunburst-chart-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| chartData | textarea | Yes | Hierarchical data for the sunburst chart in JSON format |
| chartTitle | text | No | Title that will be displayed above the chart |
| colorScheme | select | No | Color scheme for the hierarchical segments |
| maxDepth | range | No | Maximum number of hierarchy levels to display |
| innerRadiusPercent | range | No | Inner radius as percentage of outer radius (0-50%) |
| labelSize | range | No | Font size for segment labels |
| showLabels | checkbox | No | Display labels on segments |
| showValues | checkbox | No | Display values on segments |
| showPercentages | checkbox | No | Display percentage values on segments |
| chartWidth | text | No | Width of the chart in pixels |
| chartHeight | text | No | Height of the chart in pixels |
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-sunburst-chart-generator": {
"name": "sunburst-chart-generator",
"description": "Generate hierarchical sunburst charts with polar coordinates and radial layout",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=sunburst-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]