Skip to content

Commit

Permalink
[7.x] Add flot_chart dependency from shared_deps to Shareable Runtime (
Browse files Browse the repository at this point in the history
…#81649) (#82985)

Co-authored-by: Kibana Machine <[email protected]>

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
clintandrewhall and kibanamachine authored Nov 10, 2020
1 parent 25b73fb commit 6825c27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions x-pack/plugins/canvas/shareable_runtime/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@
import 'core-js/stable';
import 'regenerator-runtime/runtime';
import 'whatwg-fetch';
import 'jquery';
import '@kbn/ui-shared-deps/flot_charts';

export * from './shareable';

0 comments on commit 6825c27

Please sign in to comment.