Create Thermometer in Dashboard | Thermometer chart in Dashboard
Thermometer in Dashboard
To create this chart, your SQL should return only one column and one row
select sum(quantity_sold) as qty_sold
from [detail_data$]
where fiscal_year = 2001
and country_region like ‘Americas’
(Complete Steps) Create Thermometers in Dashboard

Tags: thermometer chart, dashboard thermometer, dashboard gauges, jfreechart thermometer