For Dashboard Designers Reference ChartView
Friday, March 15, 2019 10:25 PMChartView
Enterprise Edition
Labels: :IA_Function:IA_ChartView
Inherits from: Function and View
The ChartView Function renders a Google Chart with data.
Function parameters
| Key | Description | Default value | Possible values | 
|---|---|---|---|
| type | The type of chart | One of the many Google Chart types (without spaces). E.g.: 'BarChart', 'AreaChart'. | |
| data | Data to use in the chart | Array of objects | |
| columns | Column definitions of the data. If not provided, data is used as-is. | Column definitions | |
| 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 |