Gauge Chart Examples
Last updated 6 months ago
Support
ChartSQL
Gauge charts are useful to show simple values as a percentage of a target or maximum
-- @chart: gauge -- @title: Basic Gauge -- @subtitle: A Basic Gauge Chart SELECT Conversion_Rate FROM ( VALUES (35) ) AS t1 (Conversion_Rate);
35.0