Skip to content

Commit

Permalink
Bringing Vega out of experimental
Browse files Browse the repository at this point in the history
Closes: #21721
  • Loading branch information
alexwizp committed Aug 17, 2020
1 parent a987cef commit 6be00a1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/vis_type_vega/public/vega_type.ts
Expand Up @@ -58,7 +58,6 @@ export const createVegaTypeDefinition = (dependencies: VegaVisualizationDependen
getSupportedTriggers: () => {
return [VIS_EVENT_TO_TRIGGER.applyFilter];
},
stage: 'experimental',
inspectorAdapters: createInspectorAdapters,
};
};

0 comments on commit 6be00a1

Please sign in to comment.