A Gauge Chart is used to show progress in a certain variable. This only accepts one value per series. You should make sure that the set query will only return 1 record or else it will get the last record from it.


Configuration Option:

NameTypeDefaultDescription
Heightnumber250The height of the chart in pixels
Donutboolean/numberfalseUse the entire disk or just a fraction of it for the gauge
Minimumnumber0The minimum value of the interval to be displayed
Maximumnumber100The maximum value of the interval to be displayed
Formatstringnumber
Stepsstring10 The number of steps to add to the interval
Value: Column Namestring
The Column Name of where we get the data.
Value: Title/Legendstring
Title to be set on the chart
Value: Display Titlebooleanfalse
Value: Formatstringnumber


Sample Panel Settings:

  • Series 1:
  • Series 2:
  • Sample Result:


  • No labels