Kategorien

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-Dokumentation

Request-Endpunkt

POST /de/api/tools/bar-chart-generator

Request-Parameter

Parameter-Name Typ Erforderlich Beschreibung
chartData textarea Ja Data for the chart. Can be JSON array or simple label:value pairs
chartTitle text Nein Title that will be displayed above the chart
chartType select Nein -
barColor color Nein Color for the bars in the chart
backgroundColor color Nein Background color for the chart container
gridColor color Nein Color for the grid lines
barWidth number Nein Width of each bar in pixels (auto-adjusts if too large)
chartHeight number Nein Height of the chart in pixels
maxValue number Nein Maximum value for Y-axis (leave empty for auto-scale)
minValue number Nein Minimum value for Y-axis
xAxisLabel text Nein Label for the X-axis
yAxisLabel text Nein Label for the Y-axis
showGrid checkbox Nein Display horizontal grid lines for better readability
showValues checkbox Nein Display the actual values on top of each bar
showLegend checkbox Nein Display a legend below the chart

Antwortformat

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

MCP-Dokumentation

Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:

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

Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.

Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]