Skip to content

Commit

Permalink
Fix timelion
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Jan 24, 2020
1 parent 522c197 commit 2040176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/legacy/core_plugins/timelion/public/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import '../../data/public/legacy';
import './services/saved_sheet_register';

import rootTemplate from 'plugins/timelion/index.html';
import { createSavedVisLoader } from '../../kibana/public/visualize';
import { createSavedVisLoader, TypesService } from '../../visualizations/public';

require('plugins/timelion/directives/cells/cells');
require('plugins/timelion/directives/fixed_element');
Expand Down Expand Up @@ -131,6 +131,7 @@ app.controller('timelion', function(
indexPatterns: npStart.plugins.data.indexPatterns,
chrome: npStart.core.chrome,
overlays: npStart.core.overlays,
visualizationTypes: new TypesService().start(),
});
const timezone = Private(timezoneProvider)();

Expand Down

0 comments on commit 2040176

Please sign in to comment.