漏斗图生成器
从数据生成可自定义的漏斗图,非常适合显示转化率、销售管道和流程
API 文档
请求端点
POST /zh/api/tools/funnel-chart-generator
请求参数
| 参数名 | 类型 | 必填 | 描述 |
|---|---|---|---|
| chartData | textarea | 是 | 漏斗图数据。支持JSON数组或简单的标签:值文本格式 |
| chartTitle | text | 否 | 显示在图表上方的标题 |
| barStyle | select | 否 | - |
| colorScheme | select | 否 | - |
| customColors | text | 否 | 漏斗阶段的自定义颜色(逗号分隔的十六进制颜色) |
| chartHeight | number | 否 | 图表的像素高度(留空则根据数据自动计算) |
| backgroundColor | color | 否 | 图表容器的背景颜色 |
| showPercentage | checkbox | 否 | 显示每个阶段的百分比值 |
| showValues | checkbox | 否 | 在条形内显示实际数值 |
| showConversionRate | checkbox | 否 | 显示阶段间的转化率 |
| showLabels | checkbox | 否 | 显示阶段标签 |
| animated | checkbox | 否 | 加载时动画显示漏斗条形 |
响应格式
{
"result": "Processed HTML content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
HTML:
HTML
AI MCP 文档
将此工具添加到您的 MCP 服务器配置中:
{
"mcpServers": {
"elysiatools-funnel-chart-generator": {
"name": "funnel-chart-generator",
"description": "从数据生成可自定义的漏斗图,非常适合显示转化率、销售管道和流程",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=funnel-chart-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]