Категории

Bar Chart Generator

Generate customizable bar 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

Color for the bars in the chart

Background color for the chart container

Color for the grid lines

Width of each bar in pixels (auto-adjusts if too large)

Height of the chart in pixels

Maximum value for Y-axis (leave empty for auto-scale)

Minimum value for Y-axis

Label for the X-axis

Label for the Y-axis

Display horizontal grid lines for better readability

Display the actual values on top of each bar

Display a legend below the chart

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

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

POST /ru/api/tools/bar-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
chartType select Нет -
barColor color Нет Color for the bars in the chart
backgroundColor color Нет Background color for the chart container
gridColor color Нет Color for the grid lines
barWidth number Нет Width of each bar in pixels (auto-adjusts if too large)
chartHeight number Нет Height of the chart in pixels
maxValue number Нет Maximum value for Y-axis (leave empty for auto-scale)
minValue number Нет Minimum value for Y-axis
xAxisLabel text Нет Label for the X-axis
yAxisLabel text Нет Label for the Y-axis
showGrid checkbox Нет Display horizontal grid lines for better readability
showValues checkbox Нет Display the actual values on top of each bar
showLegend checkbox Нет Display a legend below the chart

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

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

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

Добавьте этот инструмент к конфигурации сервера MCP:

{
  "mcpServers": {
    "elysiatools-bar-chart-generator": {
      "name": "bar-chart-generator",
      "description": "Generate customizable bar charts from data with various styling options",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=bar-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]