Categories

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

API Documentation

Request Endpoint

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

Request Parameters

Parameter Name Type Required Description
chartData textarea Yes 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

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-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"
    }
  }
}

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]