[app][s]: reintroduce the timeline view to app (lost in d339fea2d9).
This commit is contained in:
@@ -99,6 +99,13 @@ var ExplorerApp = Backbone.View.extend({
|
|||||||
model: dataset
|
model: dataset
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'timeline',
|
||||||
|
label: 'Timeline',
|
||||||
|
view: new recline.View.Timeline({
|
||||||
|
model: dataset
|
||||||
|
})
|
||||||
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
this.dataExplorer = new recline.View.DataExplorer({
|
this.dataExplorer = new recline.View.DataExplorer({
|
||||||
|
|||||||
Reference in New Issue
Block a user