Key Facts
- Category
- Data Visualization
- Input Types
- textarea, text, number, color, select, checkbox
- Output Type
- html
- Sample Coverage
- 4
- API Ready
- Yes
Overview
The Thermometer Chart tool allows you to create professional, vertical progress visualizations that are ideal for tracking fundraising goals, project milestones, and target achievements.
When to Use
- •When you need to display progress toward a specific numerical goal in a clear, vertical format.
- •When creating visual updates for fundraising campaigns or donation drives.
- •When tracking project completion percentages for internal reporting or public dashboards.
How It Works
- •Input your current and target values using the flexible JSON or text format provided.
- •Customize the visual appearance by adjusting the mercury color, tube dimensions, and background settings.
- •Toggle display options like percentage labels, target lines, and measurement scales to suit your data.
- •Generate the chart and use the animated preview to verify your progress visualization.
Use Cases
Examples
1. Fundraising Campaign Tracker
Non-profit Coordinator- Background
- The organization is running a monthly donation drive and needs a visual way to show donors how close they are to the $100,000 goal.
- Problem
- Static text updates are not engaging enough to encourage further donations.
- How to Use
- Input the current donation total and the target goal into the Thermometer Data field.
- Example Config
-
{"label": "Monthly Goal", "current": 75000, "target": 100000} - Outcome
- A vertical thermometer chart displays the 75% progress clearly, helping donors visualize the impact of their contributions.
2. Project Milestone Progress
Project Manager- Background
- A software development team is tracking the completion of a major feature rollout.
- Problem
- Stakeholders need a quick, intuitive way to see how much of the project is finished without reading complex spreadsheets.
- How to Use
- Set the thermometer height to 400px and enable the percentage display to show the current progress.
- Example Config
-
{"label": "Feature Rollout", "current": 85, "target": 100} - Outcome
- A clean, professional thermometer chart provides an immediate status update on the project's completion percentage.
Try with Samples
jsonRelated Hubs
FAQ
What data formats are supported?
You can provide data as a JSON array, a simple colon-separated text format (label:current:target), or just a list of current values.
Can I customize the colors of the chart?
Yes, you can independently set the mercury color for the progress fill and the tube color for the background.
Is the chart animated?
Yes, the tool includes an optional animation feature that fills the mercury to the current value when the chart loads.
Can I display the target value on the chart?
Yes, you can enable the 'Show Target Line' option to clearly mark the goal threshold on the thermometer.
What is the maximum height for the thermometer?
The thermometer height can be adjusted between 200 and 500 pixels to fit your layout requirements.