UNPKG

clustergrammer

Version:

This is a clustergram implemented in D3.js. I started from the example http://bost.ocks.org/mike/miserables/ and added the following features

10 lines (7 loc) 194 B
module.exports = function deactivate_cropping(cgm){ d3.select(cgm.params.root+' .brush_group') .transition() .style('opacity', 0) .remove(); cgm.params.is_cropping = false; };