File tree Expand file tree Collapse file tree
src/legacy/core_plugins/timelion/public Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ import '../../data/public/legacy';
4343import './services/saved_sheet_register' ;
4444
4545import rootTemplate from 'plugins/timelion/index.html' ;
46- import { createSavedVisLoader } from '../../kibana /public/visualize ' ;
46+ import { createSavedVisLoader , TypesService } from '../../visualizations /public' ;
4747
4848require ( 'plugins/timelion/directives/cells/cells' ) ;
4949require ( 'plugins/timelion/directives/fixed_element' ) ;
@@ -131,6 +131,7 @@ app.controller('timelion', function(
131131 indexPatterns : npStart . plugins . data . indexPatterns ,
132132 chrome : npStart . core . chrome ,
133133 overlays : npStart . core . overlays ,
134+ visualizationTypes : new TypesService ( ) . start ( ) ,
134135 } ) ;
135136 const timezone = Private ( timezoneProvider ) ( ) ;
136137
You can’t perform that action at this time.
0 commit comments