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

12 lines (7 loc) 287 B
/* eslint-disable */ module.exports = function disable_sidebar(params){ console.log('improve sidebar disable'); // $(params.root+' .slider').slider('disable'); d3.selectAll(params.root+' .btn').attr('disabled',true); d3.select( params.viz.viz_svg ).style('opacity',0.70); };