Catégories

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

Documentation de l'API

Point de terminaison de la requête

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

Paramètres de la requête

Nom du paramètre Type Requis Description
chartData textarea Oui Data for the chart. Supports single line array, multi-line object, or simple text format
chartTitle text Non Title that will be displayed above the chart
curveType select Non -
lineColors text Non Colors for multiple lines (comma-separated hex colors). Leave empty for default colors.
backgroundColor color Non Background color for the chart container
gridColor color Non Color for the grid lines
lineWidth number Non Width of the line in pixels
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 grid lines for better readability
showPoints checkbox Non Display data points on the line
showValues checkbox Non Display the actual values on data points
fillArea checkbox Non Fill the area under the line with color
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-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"
    }
  }
}

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]