Catégories

Pie Chart Generator

Generate customizable pie charts from data with various styling options

Data for the chart. Can be JSON array or simple label:value pairs

Title that will be displayed above the chart

Background color for the chart container

Size of the chart in pixels (width and height)

Inner radius for donut chart (0 for pie chart)

Starting angle in degrees (0-360)

Display percentage values on pie slices

Display labels on pie slices

Display a legend with all items

Documentation de l'API

Point de terminaison de la requête

POST /fr/api/tools/pie-chart-generator

Paramètres de la requête

Nom du paramètre Type Requis Description
chartData textarea Oui Data for the chart. Can be JSON array or simple label:value pairs
chartTitle text Non Title that will be displayed above the chart
colorScheme select Non -
backgroundColor color Non Background color for the chart container
chartSize number Non Size of the chart in pixels (width and height)
innerRadius number Non Inner radius for donut chart (0 for pie chart)
startAngle number Non Starting angle in degrees (0-360)
showPercentage checkbox Non Display percentage values on pie slices
showLabels checkbox Non Display labels on pie slices
showLegend checkbox Non Display a legend with all items

Format de réponse

{
  "result": "
Processed HTML content
", "error": "Error message (optional)", "message": "Notification message (optional)", "metadata": { "key": "value" } }
HTML: HTML

Documentation de MCP

Ajoutez cet outil à votre configuration de serveur 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"
    }
  }
}

Vous pouvez chaîner plusieurs outils, par ex.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 outils.

Si vous rencontrez des problèmes, veuillez nous contacter à [email protected]