Bar Chart Generator
Generate customizable bar charts from data with various styling options
Documentation de l'API
Point de terminaison de la requête
POST /fr/api/tools/bar-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 |
| chartType | select | Non | - |
| barColor | color | Non | Color for the bars in the chart |
| backgroundColor | color | Non | Background color for the chart container |
| gridColor | color | Non | Color for the grid lines |
| barWidth | number | Non | Width of each bar in pixels (auto-adjusts if too large) |
| chartHeight | number | Non | Height of the chart in pixels |
| maxValue | number | Non | Maximum value for Y-axis (leave empty for auto-scale) |
| minValue | number | Non | Minimum value for Y-axis |
| xAxisLabel | text | Non | Label for the X-axis |
| yAxisLabel | text | Non | Label for the Y-axis |
| showGrid | checkbox | Non | Display horizontal grid lines for better readability |
| showValues | checkbox | Non | Display the actual values on top of each bar |
| showLegend | checkbox | Non | Display a legend below the chart |
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-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"
}
}
}
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]