[app][s]: reintroduce the timeline view to app (lost in d339fea2d92a230cbb459fb5a34aefddb949ea1a).
This commit is contained in:
parent
4eea15806c
commit
0c0b487ef5
@ -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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user