timwis / vizwit

An interactive data visualization tool
http://vizwit.io
GNU General Public License v2.0
100 stars 36 forks source link

Allow user to toggle base collection on charts #150

Open marks opened 8 years ago

marks commented 8 years ago

As discussed on Gitter w/ @timwis

marks commented 8 years ago

http://marks.github.io/vizwit/?gist=cf635692f034e9a81c16 has the two ways of zoom (bar chart only).

_Notes: _

Demo gif

marks commented 8 years ago

TODO - refactor

timwis 12:54 btw, you can use this.filteredCollection.pluck(‘value’) on line 232 there

marks 12:55 i tried pluck but isnt it in attributes object?

timwis 12:56 when you operate on this.filteredCollection.models yes. but backbone collections pull in pluck as a convenience function fyi http://backbonejs.org/#Collection-Underscore-Methods

marks 12:57 fancy. thanks!

timwis 12:57 actually they document pluck explicitly http://backbonejs.org/#Collection-pluck