diff --git a/.dvc/plots/default.json b/.dvc/plots/default.json deleted file mode 100644 index 9cf71ce..0000000 --- a/.dvc/plots/default.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "$schema": "https://vega.github.io/schema/vega-lite/v4.json", - "data": { - "values": "" - }, - "title": "", - "width": 300, - "height": 300, - "mark": { - "type": "line" - }, - "encoding": { - "x": { - "field": "", - "type": "quantitative", - "title": "" - }, - "y": { - "field": "", - "type": "quantitative", - "title": "", - "scale": { - "zero": false - } - }, - "color": { - "field": "rev", - "type": "nominal" - } - } -}