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

7 lines (4 loc) 172 B
module.exports = function disable_sidebar(params){ d3.selectAll(params.root+' .btn').attr('disabled',true); d3.select( params.viz.viz_svg ).style('opacity',0.70); };