Stream Graph Generator
Generate beautiful stream graphs for time series data with smooth flowing animations and baseline variations
API Documentation
Request Endpoint
POST /en/api/tools/stream-graph-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| chartData | textarea | Yes | 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 |
Response Format
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"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"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]