[#145,widget/fields,model][m]: working fields widget with field summary data generated by Dataset.getFieldsSummary function.

* Layout is still not right -- need to put widget in sidebar (though looks a lot better)
* Datset.getFieldsSummary to compute facets for fields
* Remove facet usage in the demo
This commit is contained in:
Rufus Pollock
2012-06-04 23:57:24 +01:00
parent a7b6a6ac5d
commit 58cac002dc
5 changed files with 103 additions and 16 deletions

View File

@@ -242,7 +242,6 @@ var ExplorerApp = Backbone.View.extend({
// provide a demonstration in memory dataset
function localDataset() {
var dataset = Fixture.getDataset();
dataset.queryState.addFacet('country');
return dataset;
}