ee3943b5b1
CI / test (deps-minimum, windows-latest, unit) (push) Blocked by required conditions
CI / test_py314 (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test_py314 (deps-latest, windows-latest, unit) (push) Blocked by required conditions
CI / test_py314_future (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test_py314_future (deps-latest, windows-latest, unit) (push) Blocked by required conditions
Secret Leaks / trufflehog (push) Waiting to run
CI / check_code_quality (push) Waiting to run
CI / test (deps-latest, ubuntu-latest, integration) (push) Blocked by required conditions
CI / test (deps-latest, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test (deps-latest, windows-latest, integration) (push) Blocked by required conditions
CI / test (deps-latest, windows-latest, unit) (push) Blocked by required conditions
CI / test (deps-minimum, ubuntu-latest, integration) (push) Blocked by required conditions
CI / test (deps-minimum, ubuntu-latest, unit) (push) Blocked by required conditions
CI / test (deps-minimum, windows-latest, integration) (push) Blocked by required conditions
Build documentation / build (push) Failing after 0s
31 lines
740 B
JSON
31 lines
740 B
JSON
{
|
|
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
|
|
"data": {
|
|
"values": "<DVC_METRIC_DATA>"
|
|
},
|
|
"title": "<DVC_METRIC_TITLE>",
|
|
"mark": "rect",
|
|
"encoding": {
|
|
"x": {
|
|
"field": "<DVC_METRIC_X>",
|
|
"type": "nominal",
|
|
"sort": "ascending",
|
|
"title": "<DVC_METRIC_X_LABEL>"
|
|
},
|
|
"y": {
|
|
"field": "<DVC_METRIC_Y>",
|
|
"type": "nominal",
|
|
"sort": "ascending",
|
|
"title": "<DVC_METRIC_Y_LABEL>"
|
|
},
|
|
"color": {
|
|
"aggregate": "count",
|
|
"type": "quantitative"
|
|
},
|
|
"facet": {
|
|
"field": "rev",
|
|
"type": "nominal"
|
|
}
|
|
}
|
|
}
|