From 3ab9bdb6c6c61ce472666e51b13b1368db4b96b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kubiak?= Date: Wed, 9 Jun 2021 14:22:27 +0200 Subject: [PATCH] Delete '.dvc/plots/default.json' --- .dvc/plots/default.json | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 .dvc/plots/default.json 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" - } - } -}