diff --git a/app/js/app.js b/app/js/app.js index da882392..990be82a 100755 --- a/app/js/app.js +++ b/app/js/app.js @@ -99,6 +99,13 @@ var ExplorerApp = Backbone.View.extend({ model: dataset }) }, + { + id: 'timeline', + label: 'Timeline', + view: new recline.View.Timeline({ + model: dataset + }) + } ]; this.dataExplorer = new recline.View.DataExplorer({