config_t Derived Type

type, public :: config_t

Top-level Vega-Lite config object.


Components

Type Visibility Attributes Name Initial
character(len=7), public :: background = ''
logical, public :: background_set = .false.
character(len=7), public :: category_colors(10) = ''
integer, public :: category_color_count = 0
type(config_axis_t), public :: axis
type(config_view_t), public :: view
type(config_mark_defaults_t), public :: mark
type(config_title_t), public :: title_config
type(config_legend_t), public :: legend
logical, public :: defined = .false.