Skip to content

Commit

Permalink
fixing vega
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Feb 12, 2020
1 parent 06becac commit d7641d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/legacy/core_plugins/vis_type_vega/public/vega_fn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export const createVegaFn = (
as: 'visualization',
value: {
visData: response,
visType: name,
visType: 'vega',
visConfig: {
spec: args.spec,
},
Expand Down

0 comments on commit d7641d5

Please sign in to comment.