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

8 lines (5 loc) 207 B
var build_svg_dendro_slider = require('./build_svg_dendro_slider'); module.exports = function make_svg_dendro_sliders(cgm){ build_svg_dendro_slider(cgm, 'row'); build_svg_dendro_slider(cgm, 'col'); };