Chart

Field Type Description
datasets list * List of datasets used to build the chart.
datasets[] str List of datasets used to build the chart.
ad_hoc_fields list * Additional fields necessary to build the chart.
ad_hoc_fields[] AdHocField Additional fields necessary to build the chart.
ad_hoc_fields[].field DatasetField *
ad_hoc_fields[].field.id str *
ad_hoc_fields[].field.title str *
ad_hoc_fields[].field.description str *
ad_hoc_fields[].field.hidden bool
ad_hoc_fields[].field.cast enum/str[string / integer / float / date / datetime / boolean / geopoint / geopolygon / uuid / markup / datetimetz / unsupported / array_str / array_int / array_float / tree_str / genericdatetime] *
ad_hoc_fields[].field.aggregation enum/str[none / sum / avg / min / max / count / countunique]
ad_hoc_fields[].field.calc_spec CalcSpec *
ad_hoc_fields[].dataset_name str The dataset name where you need to find a field. If the chart is built from a single dataset, you may skip specifying its name.
visualization Visualization *
filters list Allows to limit dimension and measure values
filters[] ChartFilter Allows to limit dimension and measure values
filters[].field_ref ChartFieldRef *
filters[].field_ref.id str *
filters[].field_ref.dataset_name str The dataset name in which you need to find a field. If the chart is built from a single dataset, you may skip specifying its name.
filters[].operation enum/str[IN / NIN / EQ / NE / GT / LT / GTE / LTE / ISNULL / ISNOTNULL / ISTARTSWITH / STARTSWITH / IENDSWITH / ENDSWITH / ICONTAINS / CONTAINS / NOTICONTAINS / NOTCONTAINS / BETWEEN / LENEQ / LENGT / LENGTE / LENLT / LENLTE] *
filters[].value MultiStringValue *
filters[].value.values list *
filters[].value.values[] str
Previous