You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

A Bar Chart is a chart that uses either horizontal or vertical bars to show comparisons among categories. One axis of the chart shows the specific categories being compared, and the other axis represents a discrete value.

 

Configuration Option:

NameTypeDefaultDescription
LegendbooleanfalseTitle of the axis
Heightnumber250The height of the chart in pixels
Colorboolean/numberbaseGraph coloring
Label Positionnumber0Labeling graphs
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:

  • Bar Chart:
  • Sample Result:

 

  • Bar Stacked Chart:
  • Sample Result:

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:

Sample Panel Settings:

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

 


  • No labels