misoproject / dataset

JavaScript library that makes managing the data behind client-side visualisations easy
http://misoproject.com
GNU General Public License v2.0
1.18k stars 99 forks source link

Objectify numeric value returns #19

Closed iros closed 12 years ago

iros commented 12 years ago

Previously calling

dataset.max('budget') 

returned a number.

Now any numeric derived values should return an object that has two methods:

.val()
.bind()

.bind will still bind to the original dataset to all rows that are relevant to the computation.

iros commented 12 years ago

Product.