Line Chart Generator
Generate customizable multi-line charts from data with various styling options
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/line-chart-generator
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| chartData | textarea | Ja | Data for the chart. Supports single line array, multi-line object, or simple text format |
| chartTitle | text | Nein | Title that will be displayed above the chart |
| curveType | select | Nein | - |
| lineColors | text | Nein | Colors for multiple lines (comma-separated hex colors). Leave empty for default colors. |
| backgroundColor | color | Nein | Background color for the chart container |
| gridColor | color | Nein | Color for the grid lines |
| lineWidth | number | Nein | Width of the line in pixels |
| 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 grid lines for better readability |
| showPoints | checkbox | Nein | Display data points on the line |
| showValues | checkbox | Nein | Display the actual values on data points |
| fillArea | checkbox | Nein | Fill the area under the line with color |
| 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-line-chart-generator": {
"name": "line-chart-generator",
"description": "Generate customizable multi-line charts from data with various styling options",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=line-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]