Skip to content
This repository has been archived by the owner on Jun 9, 2020. It is now read-only.

Commit

Permalink
Force reductio.dataList to use true
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Mar 11, 2016
1 parent 45c9fe1 commit 5702692
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "universe",
"version": "0.5.0",
"version": "0.5.1",
"description": "The fastest way to query and explore multivariate datasets",
"main": "src/universe.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion src/reductioAggregators.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function $valueList(reducer, value) {
}

function $dataList(reducer, value) {
return reducer.dataList(value)
return reducer.dataList(true)
}

// TODO histograms
Expand Down
2 changes: 1 addition & 1 deletion test/query.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ describe('universe query', function() {
return u.query({
groupBy: 'type',
select: {
$dataList: 'total',
$dataList: true,
}
})
})
Expand Down
4 changes: 2 additions & 2 deletions universe.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion universe.min.js

Large diffs are not rendered by default.

0 comments on commit 5702692

Please sign in to comment.