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

Compare with Current View Page History

« Previous Version 2 Next »

A Line Chart is a style of chart that is created by connecting a series of data points together with a line. While Spline Charts are specialized forms of conventional line and area charts. Unlike conventional charts which connect data points with straight lines, a Spline chart draws a fitted curve through the data points.

 

Configuration Option:

NameTypeDefaultDescription
LegendbooleanfalseTitle of the axis
Heightnumber250The height of the chart in pixels
Colorboolean/numberbaseGraph coloring
Label Positionnumber0Labeling graphs
Axis X: Column Namestring The Column Name of where we get the data.
Axis X: Title/Legendstring Title to be set on the chart
Axis X: Display Titlebooleanfalse 
Axis X: Formatstringnumber 
Axis Y: Column Namestring The Column Name of where we get the data.
Axis Y: Title/Legendstring Title to be set on the chart
Axis Y: Display Titlebooleanfalse 
Axis Y: Formatstringnumber 


Sample Panel Settings:

  • Line Chart:
  • Sample Result:

 

  • Spline Chart:
  • Sample Result:

 


  • No labels