eweitz / ideogram

Chromosome visualization for the web
https://eweitz.github.io/ideogram
Other
294 stars 71 forks source link

Support multiple facets #31

Closed eweitz closed 8 years ago

eweitz commented 8 years ago

Implement support for multiple facets in Ideogram.js's filtering module. Selections across different facets should apply a Boolean AND (intersection), in contrast to selections within a facet, which apply a Boolean OR (union).

eweitz commented 8 years ago

Done, merged.