Pie Chart Generator
Generate customizable pie charts from data with various styling options
Documentación de la API
Punto final de la solicitud
POST /es/api/tools/pie-chart-generator
Parámetros de la solicitud
| Nombre del parámetro | Tipo | Requerido | Descripción |
|---|---|---|---|
| chartData | textarea | Sí | Data for the chart. Can be JSON array or simple label:value pairs |
| chartTitle | text | No | Title that will be displayed above the chart |
| colorScheme | select | No | - |
| backgroundColor | color | No | Background color for the chart container |
| chartSize | number | No | Size of the chart in pixels (width and height) |
| innerRadius | number | No | Inner radius for donut chart (0 for pie chart) |
| startAngle | number | No | Starting angle in degrees (0-360) |
| showPercentage | checkbox | No | Display percentage values on pie slices |
| showLabels | checkbox | No | Display labels on pie slices |
| showLegend | checkbox | No | Display a legend with all items |
Formato de respuesta
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
Documentación de MCP
Agregue este herramienta a su configuración de servidor MCP:
{
"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"
}
}
}
Puede encadenar múltiples herramientas, por ejemplo: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máximo 20 herramientas.
Si encuentra algún problema, por favor, póngase en contacto con nosotros en [email protected]