Skip to content

Commit c794470

Browse files
committed
[fix][xs] Enabled chart map views updated
1 parent 6f2c4e4 commit c794470

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

ckanext/dataexplorer/public/recline_view.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -213,11 +213,6 @@ this.ckan.module('recline_view', function (jQuery, _) {
213213
view: new recline.View.Graph({
214214
model: dataset
215215
})
216-
},
217-
{
218-
id: 'map',
219-
label: _('Map').fetch(),
220-
view: new recline.View.Map(this._reclineMapViewOptions(dataset, map_config))
221216
}
222217
];
223218

ckanext/dataexplorer/public/recline_view.min.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,19 +100,12 @@ this.ckan.module("recline_view", function(e, i) {
100100
model: e
101101
})
102102
},
103-
{
103+
{
104104
id: "graph",
105105
label: i("Graph").fetch(),
106106
view: new recline.View.Graph({
107107
model: e
108108
})
109-
},
110-
{
111-
id: "map",
112-
label: i("Map").fetch(),
113-
view: new recline.View.Map({
114-
model: e
115-
})
116109
}];
117110
a = a.filter(function(e) {
118111
return "show" === o[e.id + "_tab"]

0 commit comments

Comments
 (0)