Категории

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

Конечная точка запроса

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

Параметры запроса

Имя параметра Тип Обязательно Описание
chartData textarea Да Data for the chart. Can be JSON array or simple label:value pairs
chartTitle text Нет Title that will be displayed above the chart
colorScheme select Нет -
backgroundColor color Нет Background color for the chart container
chartSize number Нет Size of the chart in pixels (width and height)
innerRadius number Нет Inner radius for donut chart (0 for pie chart)
startAngle number Нет Starting angle in degrees (0-360)
showPercentage checkbox Нет Display percentage values on pie slices
showLabels checkbox Нет Display labels on pie slices
showLegend checkbox Нет Display a legend with all items

Формат ответа

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

Документация MCP

Добавьте этот инструмент к конфигурации сервера 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"
    }
  }
}

Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.

Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]