Parse Vega-Lite config title, legend, range (color palette), and color-array helpers.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| type(config_title_t), | intent(inout) | :: | tc | |||
| integer, | intent(out) | :: | status |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| type(config_legend_t), | intent(inout) | :: | lg | |||
| integer, | intent(out) | :: | status |
Parse config.range object, extracting category colors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | json | |||
| integer, | intent(inout) | :: | pos | |||
| type(config_t), | intent(inout) | :: | cfg | |||
| integer, | intent(out) | :: | status |