ChartView

Label: :IA_Function
Property: type: ChartView
Inherits from: Function and View

The ChartView Function renders a Google Chart with data.

Function parameters

Key Description Default value Possible values
chartType The type of chart One of the many Google Chart types (without spaces). E.g.: 'BarChart', 'AreaChart'.
columns Column definitions of the data. If not provided, data is used as-is. Column definitions
data Data to use in the chart Array of objects
options Options to customize the charts. Google Chart options.

Outgoing triggers

Type: select

Occurrence: When the user selects a selectable item in the chart (depending on the chart type).

Additional event properties (besides the inherited properties):

Key Description Possible values
data The data associated with the clicked item. Any