主题河流图生成器
生成美观的主题河流图,支持时间序列数据、流动动画和基线变化
API 文档
请求端点
POST /zh/api/tools/stream-graph-generator
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| chartData | textarea | 是 | 主题河流图的时间序列数据。支持JSON数组或简单的名称:值列表格式 |
| chartTitle | text | 否 | 显示在图表上方的标题 |
| timeLabels | text | 否 | 时间段的时间标签,逗号分隔(可选) |
| colorScheme | select | 否 | - |
| baselineType | select | 否 | 计算基线的算法 |
| chartWidth | number | 否 | 图表宽度(像素) |
| chartHeight | number | 否 | 图表高度(像素) |
| showGrid | checkbox | 否 | 显示背景网格线 |
| showLabels | checkbox | 否 | 在图表上显示系列名称 |
| backgroundColor | text | 否 | 图表容器的背景颜色 |
响应格式
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-stream-graph-generator": {
"name": "stream-graph-generator",
"description": "生成美观的主题河流图,支持时间序列数据、流动动画和基线变化",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=stream-graph-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]