Delete '.dvc/plots/default.json'
This commit is contained in:
parent
3a195b37e6
commit
3ab9bdb6c6
@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
|
|
||||||
"data": {
|
|
||||||
"values": "<DVC_METRIC_DATA>"
|
|
||||||
},
|
|
||||||
"title": "<DVC_METRIC_TITLE>",
|
|
||||||
"width": 300,
|
|
||||||
"height": 300,
|
|
||||||
"mark": {
|
|
||||||
"type": "line"
|
|
||||||
},
|
|
||||||
"encoding": {
|
|
||||||
"x": {
|
|
||||||
"field": "<DVC_METRIC_X>",
|
|
||||||
"type": "quantitative",
|
|
||||||
"title": "<DVC_METRIC_X_LABEL>"
|
|
||||||
},
|
|
||||||
"y": {
|
|
||||||
"field": "<DVC_METRIC_Y>",
|
|
||||||
"type": "quantitative",
|
|
||||||
"title": "<DVC_METRIC_Y_LABEL>",
|
|
||||||
"scale": {
|
|
||||||
"zero": false
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"color": {
|
|
||||||
"field": "rev",
|
|
||||||
"type": "nominal"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user