Delete '.dvc/plots/linear.json'
This commit is contained in:
parent
3ab9bdb6c6
commit
943c3413a1
@ -1,116 +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,
|
|
||||||
"layer": [
|
|
||||||
{
|
|
||||||
"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"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"layer": [
|
|
||||||
{
|
|
||||||
"mark": "line"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"selection": {
|
|
||||||
"label": {
|
|
||||||
"type": "single",
|
|
||||||
"nearest": true,
|
|
||||||
"on": "mouseover",
|
|
||||||
"encodings": [
|
|
||||||
"x"
|
|
||||||
],
|
|
||||||
"empty": "none",
|
|
||||||
"clear": "mouseout"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"mark": "point",
|
|
||||||
"encoding": {
|
|
||||||
"opacity": {
|
|
||||||
"condition": {
|
|
||||||
"selection": "label",
|
|
||||||
"value": 1
|
|
||||||
},
|
|
||||||
"value": 0
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"transform": [
|
|
||||||
{
|
|
||||||
"filter": {
|
|
||||||
"selection": "label"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"layer": [
|
|
||||||
{
|
|
||||||
"mark": {
|
|
||||||
"type": "rule",
|
|
||||||
"color": "gray"
|
|
||||||
},
|
|
||||||
"encoding": {
|
|
||||||
"x": {
|
|
||||||
"field": "<DVC_METRIC_X>",
|
|
||||||
"type": "quantitative"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"encoding": {
|
|
||||||
"text": {
|
|
||||||
"type": "quantitative",
|
|
||||||
"field": "<DVC_METRIC_Y>"
|
|
||||||
},
|
|
||||||
"x": {
|
|
||||||
"field": "<DVC_METRIC_X>",
|
|
||||||
"type": "quantitative"
|
|
||||||
},
|
|
||||||
"y": {
|
|
||||||
"field": "<DVC_METRIC_Y>",
|
|
||||||
"type": "quantitative"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"layer": [
|
|
||||||
{
|
|
||||||
"mark": {
|
|
||||||
"type": "text",
|
|
||||||
"align": "left",
|
|
||||||
"dx": 5,
|
|
||||||
"dy": -5
|
|
||||||
},
|
|
||||||
"encoding": {
|
|
||||||
"color": {
|
|
||||||
"type": "nominal",
|
|
||||||
"field": "rev"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user