1. Help Center
  2. Charting Functions

Area Chart

An Area Chart visual based on inputs. It will return a new tab.

Function:

Bar_Chart(table = string, x_axis = string, y_xis= 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:

Bar_Chart(table = Budget, x_axis = "Geography", Y-Axis= "Actuals",  title = "Actuals by Geo")