Categorias

Line Chart Generator

Generate customizable multi-line charts from data with various styling options

Data for the chart. Supports single line array, multi-line object, or simple text format

Title that will be displayed above the chart

Colors for multiple lines (comma-separated hex colors). Leave empty for default colors.

Background color for the chart container

Color for the grid lines

Width of the line in pixels

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 grid lines for better readability

Display data points on the line

Display the actual values on data points

Fill the area under the line with color

Display a legend below the chart

Documentação da API

Ponto final da solicitação

POST /pt/api/tools/line-chart-generator

Parâmetros da solicitação

Nome do parâmetro Tipo Requerido Descrição
chartData textarea Sim Data for the chart. Supports single line array, multi-line object, or simple text format
chartTitle text Não Title that will be displayed above the chart
curveType select Não -
lineColors text Não Colors for multiple lines (comma-separated hex colors). Leave empty for default colors.
backgroundColor color Não Background color for the chart container
gridColor color Não Color for the grid lines
lineWidth number Não Width of the line in pixels
chartHeight number Não Height of the chart in pixels
maxValue number Não Maximum value for Y-axis (leave empty for auto-scale)
minValue number Não Minimum value for Y-axis
xAxisLabel text Não Label for the X-axis
yAxisLabel text Não Label for the Y-axis
showGrid checkbox Não Display grid lines for better readability
showPoints checkbox Não Display data points on the line
showValues checkbox Não Display the actual values on data points
fillArea checkbox Não Fill the area under the line with color
showLegend checkbox Não Display a legend below the chart

Formato de resposta

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

Documentação de MCP

Adicione este ferramenta à sua configuração de servidor 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"
    }
  }
}

Você pode encadear várias ferramentas, ex: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máx 20 ferramentas.

Se você encontrar algum problema, por favor, entre em contato conosco em [email protected]