Skip to content

Commit

Permalink
Fix of missing export.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuznietsov committed Jul 22, 2021
1 parent fe7b01d commit 3c4bad5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/canvas/canvas_plugin_src/renderers/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ import { text } from './text';
import { table } from './table';

export const renderFunctions = [image, markdown, metric, pie, plot, progress, table, text];

export const renderFunctionFactories = [];

0 comments on commit 3c4bad5

Please sign in to comment.