Parse Vega-Lite config axis, view, and mark defaults sub-objects.
Subroutines
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
json |
|
|
integer,
|
intent(inout) |
|
|
:: |
pos |
|
|
type(config_axis_t),
|
intent(inout) |
|
|
:: |
ax |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
json |
|
|
integer,
|
intent(inout) |
|
|
:: |
pos |
|
|
type(config_view_t),
|
intent(inout) |
|
|
:: |
vw |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
json |
|
|
integer,
|
intent(inout) |
|
|
:: |
pos |
|
|
type(config_mark_defaults_t),
|
intent(inout) |
|
|
:: |
mk |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
json |
|
|
integer,
|
intent(inout) |
|
|
:: |
pos |
|
|
type(config_mark_defaults_t),
|
intent(inout) |
|
|
:: |
mk |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|
Arguments
| Type |
Intent | Optional | Attributes |
|
Name |
|
|
character(len=*),
|
intent(in) |
|
|
:: |
json |
|
|
integer,
|
intent(inout) |
|
|
:: |
pos |
|
|
type(config_mark_defaults_t),
|
intent(inout) |
|
|
:: |
mk |
|
|
integer,
|
intent(out) |
|
|
:: |
status |
|