Categorías

Stream Graph Generator

Generate beautiful stream graphs for time series data with smooth flowing animations and baseline variations

Time series data for the stream graph. Supports JSON array or simple name:value list format

Title that will be displayed above the chart

Comma-separated labels for time periods (optional)

Algorithm for calculating the baseline

Width of the chart in pixels

Height of the chart in pixels

Display background grid lines

Display series names on the chart

Background color for the chart container

Documentación de la API

Punto final de la solicitud

POST /es/api/tools/stream-graph-generator

Parámetros de la solicitud

Nombre del parámetro Tipo Requerido Descripción
chartData textarea Time series data for the stream graph. Supports JSON array or simple name:value list format
chartTitle text No Title that will be displayed above the chart
timeLabels text No Comma-separated labels for time periods (optional)
colorScheme select No -
baselineType select No Algorithm for calculating the baseline
chartWidth number No Width of the chart in pixels
chartHeight number No Height of the chart in pixels
showGrid checkbox No Display background grid lines
showLabels checkbox No Display series names on the chart
backgroundColor text No Background color for the chart container

Formato de respuesta

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

Documentación de MCP

Agregue este herramienta a su configuración de servidor MCP:

{
  "mcpServers": {
    "elysiatools-stream-graph-generator": {
      "name": "stream-graph-generator",
      "description": "Generate beautiful stream graphs for time series data with smooth flowing animations and baseline variations",
      "baseUrl": "https://elysiatools.com/mcp/sse?toolId=stream-graph-generator",
      "command": "",
      "args": [],
      "env": {},
      "isActive": true,
      "type": "sse"
    }
  }
}

Puede encadenar múltiples herramientas, por ejemplo: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, máximo 20 herramientas.

Si encuentra algún problema, por favor, póngase en contacto con nosotros en [email protected]