Line Chart Generator
Generate customizable multi-line charts from data with various styling options
Документация API
Конечная точка запроса
POST /ru/api/tools/line-chart-generator
Параметры запроса
| Имя параметра | Тип | Обязательно | Описание |
|---|---|---|---|
| chartData | textarea | Да | Data for the chart. Supports single line array, multi-line object, or simple text format |
| chartTitle | text | Нет | Title that will be displayed above the chart |
| curveType | select | Нет | - |
| lineColors | text | Нет | Colors for multiple lines (comma-separated hex colors). Leave empty for default colors. |
| backgroundColor | color | Нет | Background color for the chart container |
| gridColor | color | Нет | Color for the grid lines |
| lineWidth | number | Нет | Width of the line in pixels |
| 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 grid lines for better readability |
| showPoints | checkbox | Нет | Display data points on the line |
| showValues | checkbox | Нет | Display the actual values on data points |
| fillArea | checkbox | Нет | Fill the area under the line with color |
| 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-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"
}
}
}
Вы можете объединять несколько инструментов, например: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, максимум 20 инструментов.
Если вы столкнулись с проблемами, пожалуйста, свяжитесь с нами по адресу [email protected]