子弹图生成器
目标vs实际对比图表,包含目标线、实际值、比较范围
API Documentation
Request Endpoint
POST /en/api/tools/bullet-chart
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| bulletData | textarea | Yes | JSON format bullet chart data including titles, values, targets, and ranges |
| chartTitle | text | No | Main title of the bullet chart |
| orientation | select | No | - |
| showLabels | checkbox | No | Whether to display value labels |
| showGrid | checkbox | No | Whether to display background grid lines |
| colorScheme | select | No | - |
| animationDuration | text | No | Animation duration in milliseconds |
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-bullet-chart": {
"name": "bullet-chart",
"description": "目标vs实际对比图表,包含目标线、实际值、比较范围",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=bullet-chart",
"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]