1. Help Center
  2. Charting Functions

Line Chart

A Line Chart visual based on inputs. It will return a new tab.

Function:

Line_Chart(table = string, x_axis = string, y_axis= string,  title = string)

 

Parameters:

Table: Table name on which to perform function

X Axis: Column to use for X axis of Chart

Y Axis: Column to use for Y axis of Chart

Title: Name for the chart

 

Examples:

Line_Chart(table = Budget, x_axis = "Month", Y-Axis= "Actuals",  title = "Actuals by Month")