From b0d92a821d6cb2251012983da442605bccc90369 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Kubiak?= Date: Wed, 9 Jun 2021 14:22:36 +0200 Subject: [PATCH] Delete '.dvc/plots/scatter.json' --- .dvc/plots/scatter.json | 104 ---------------------------------------- 1 file changed, 104 deletions(-) delete mode 100644 .dvc/plots/scatter.json diff --git a/.dvc/plots/scatter.json b/.dvc/plots/scatter.json deleted file mode 100644 index 9af9304..0000000 --- a/.dvc/plots/scatter.json +++ /dev/null @@ -1,104 +0,0 @@ -{ - "$schema": "https://vega.github.io/schema/vega-lite/v4.json", - "data": { - "values": "" - }, - "title": "", - "width": 300, - "height": 300, - "layer": [ - { - "encoding": { - "x": { - "field": "", - "type": "quantitative", - "title": "" - }, - "y": { - "field": "", - "type": "quantitative", - "title": "", - "scale": { - "zero": false - } - }, - "color": { - "field": "rev", - "type": "nominal" - } - }, - "layer": [ - { - "mark": "point" - }, - { - "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": [ - { - "encoding": { - "text": { - "type": "quantitative", - "field": "" - }, - "x": { - "field": "", - "type": "quantitative" - }, - "y": { - "field": "", - "type": "quantitative" - } - }, - "layer": [ - { - "mark": { - "type": "text", - "align": "left", - "dx": 5, - "dy": -5 - }, - "encoding": { - "color": { - "type": "nominal", - "field": "rev" - } - } - } - ] - } - ] - } - ] -}