charts-8.x-4.x-dev/config/schema/charts.views.schema.yml
config/schema/charts.views.schema.yml
views.style.chart:
type: views_style
label: 'Chart'
mapping:
chart_settings:
type: charts_config
label: 'Settings'
views.display.chart_extension:
type: views_display
label: 'Attachment display options'
views.field.field_exposed_chart_type:
type: views_field
label: 'Exposed Chart Type'
mapping:
chart_types:
type: sequence
label: 'Chart Type Options'
exposed_select_type:
type: string
label: 'Exposed Selection Type'
views.field.field_charts_fields_bubble:
type: views_field
label: 'Bubble Field'
mapping:
x_axis:
type: string
label: 'X Axis Field'
y_axis:
type: string
label: 'Y Axis Field'
z_axis:
type: string
label: 'Z Axis Field'
views.field.field_charts_fields_scatter:
type: views_field
label: 'Scatter Field'
mapping:
x_axis:
type: string
label: 'X Axis Field'
y_axis:
type: string
label: 'Y Axis Field'
views.field.field_charts_numeric_array:
type: views_field
label: 'Numeric Array Field'
mapping:
array_length:
type: integer
label: 'Array Length'
ordinal_fields:
type: sequence
label: 'Ordinal Fields'
sequence:
type: string
label: 'Ordinal Field'
