Pie Chart Generator
Generate customizable pie charts from data with various styling options
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/pie-chart-generator
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| chartData | textarea | Ja | Data for the chart. Can be JSON array or simple label:value pairs |
| chartTitle | text | Nein | Title that will be displayed above the chart |
| colorScheme | select | Nein | - |
| backgroundColor | color | Nein | Background color for the chart container |
| chartSize | number | Nein | Size of the chart in pixels (width and height) |
| innerRadius | number | Nein | Inner radius for donut chart (0 for pie chart) |
| startAngle | number | Nein | Starting angle in degrees (0-360) |
| showPercentage | checkbox | Nein | Display percentage values on pie slices |
| showLabels | checkbox | Nein | Display labels on pie slices |
| showLegend | checkbox | Nein | Display a legend with all items |
Antwortformat
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-pie-chart-generator": {
"name": "pie-chart-generator",
"description": "Generate customizable pie charts from data with various styling options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pie-chart-generator",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]