From d7641d5f0544b09d96f3d4ea9c86c952cbea1fc6 Mon Sep 17 00:00:00 2001 From: ppisljar Date: Wed, 12 Feb 2020 09:04:30 -0500 Subject: [PATCH] fixing vega --- src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts b/src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts index afb476472a273..2a0da81a31a96 100644 --- a/src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts +++ b/src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts @@ -73,7 +73,7 @@ export const createVegaFn = ( as: 'visualization', value: { visData: response, - visType: name, + visType: 'vega', visConfig: { spec: args.spec, },