Thermometer Chart
Create vertical thermometer-style charts perfect for fundraising goals, project progress, and target achievement visualization
API Documentation
Request Endpoint
POST /en/api/tools/thermometer-chart
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| thermometerData | textarea | Yes | Thermometer data with current and target values. Supports JSON with label/current/target, simple label:current:target, or just current values |
| chartTitle | text | No | Title that will be displayed above the chart |
| thermometerWidth | number | No | Width of the thermometer tube in pixels |
| thermometerHeight | number | No | Height of the thermometer in pixels |
| mercuryColor | color | No | Color for the mercury/progress fill |
| tubeColor | color | No | Color for the thermometer tube background |
| animationDuration | number | No | Duration of the mercury animation in milliseconds |
| scaleStyle | select | No | - |
| backgroundColor | color | No | Background color for the chart container |
| showPercentage | checkbox | No | Display percentage values for each thermometer |
| showTarget | checkbox | No | Display target value line and label |
| showCurrentValue | checkbox | No | Display current value on each thermometer |
| showScale | checkbox | No | Display measurement scale on the thermometer |
| animated | checkbox | No | Animate the mercury when thermometers load |
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-thermometer-chart": {
"name": "thermometer-chart",
"description": "Create vertical thermometer-style charts perfect for fundraising goals, project progress, and target achievement visualization",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=thermometer-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]