extra_settings |
ChartExtraSettings |
|
extra_settings .title |
str |
|
extra_settings .show_title |
bool |
|
extra_settings .labels_overlap |
bool |
|
extra_settings .labels_position |
str |
|
extra_settings .limit |
int |
|
extra_settings .pagination |
str |
|
extra_settings .totals |
str |
|
extra_settings .legend_mode |
str |
|
extra_settings .tooltip_sum |
str |
|
extra_settings .feed |
str |
|
extra_settings .indicator_title_mode |
str |
|
extra_settings .font_size |
str |
|
extra_settings .font_color |
str |
|
extra_settings .font_color_palette |
str |
|
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. |
ad_hoc_fields[] .fake_title |
str |
|
ad_hoc_fields[] .original_title |
str |
|
ad_hoc_fields[] .quick_formula |
bool |
|
ad_hoc_fields[] .local |
bool |
|
ad_hoc_fields[] .type |
str * |
|
ad_hoc_fields[] .data_type |
str * |
|
ad_hoc_fields[] .initial_data_type |
str * |
|
ad_hoc_fields[] .has_auto_aggregation |
bool |
|
ad_hoc_fields[] .lock_aggregation |
bool |
|
ad_hoc_fields[] .aggregation_locked |
bool |
|
ad_hoc_fields[] .autoaggregated |
bool |
|
ad_hoc_fields[] .managed_by |
str |
|
ad_hoc_fields[] .virtual |
bool |
|
ad_hoc_fields[] .valid |
bool |
|
visualization |
Visualization * |
|
filters |
list |
Allows to limit dimension and measure values |
filters[] |
ChartFilter |
Allows to limit dimension and measure values |
filters[] .field_ref |
ChartFieldSource |
|
filters[] .source |
ChartFieldSource |
|
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 |
list * |
|
filters[] .value[] |
str |
|
filters[] .fake_title |
str |
|
filters[] .original_title |
str |
|
labels |
list |
Allows to set labels for chart elements. |
labels[] |
ChartLabel |
Allows to set labels for chart elements. |
labels[] .field_ref |
ChartFieldSource |
|
labels[] .source |
ChartFieldSource |
|
labels[] .mode |
str |
|
labels[] .formatting |
Formatting |
|
labels[] .formatting .format |
str |
|
labels[] .formatting .label_mode |
str |
|
labels[] .formatting .postfix |
str |
|
labels[] .formatting .prefix |
str |
|
labels[] .formatting .precision |
int |
|
labels[] .formatting .show_rank_delimiter |
bool |
|
labels[] .formatting .unit |
str |
|
labels[] .fake_title |
str |
|
labels[] .original_title |
str |
|
labels[] .hide_label_mode |
str |
|