Skip to content

Commit

Permalink
[#3017] Remove graph tab from Recline
Browse files Browse the repository at this point in the history
  • Loading branch information
johnglover committed Nov 13, 2012
1 parent 73aab57 commit 008cc90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
9 changes: 1 addition & 8 deletions ckan/public/base/datapreview/preview_recline.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,6 @@ ckan.module('reclinepreview', function (jQuery, _) {
model: dataset
})
},
{
id: 'graph',
label: 'Graph',
view: new recline.View.Graph({
model: dataset
})
},
{
id: 'map',
label: 'Map',
Expand Down Expand Up @@ -226,4 +219,4 @@ ckan.module('reclinepreview', function (jQuery, _) {
});
}
};
});
});
2 changes: 1 addition & 1 deletion ckan/public/base/datapreview/preview_recline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 008cc90

Please sign in to comment.