Skip to content

Commit

Permalink
v1.17.0 downsampled count and cluster-count support in cat-breakdown …
Browse files Browse the repository at this point in the history
…tooltips
  • Loading branch information
cornhundred committed Jun 5, 2017
1 parent 7c821f2 commit f43f540
Show file tree
Hide file tree
Showing 7 changed files with 221 additions and 155 deletions.
2 changes: 1 addition & 1 deletion clustergrammer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions clustergrammer.min.js

Large diffs are not rendered by default.

156 changes: 111 additions & 45 deletions clustergrammer.node.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions clustergrammer.node.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clustergrammer",
"version": "v1.16.2",
"version": "v1.17.0",
"description": "This is a clustergram implemented in D3.js. I started from the example http://bost.ocks.org/mike/miserables/ and added the following features",
"main": "clustergrammer.node.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var awesomplete = require('awesomplete');
require('!style!css!./d3.slider/d3.slider.css');
require('!style!css!awesomplete/awesomplete.css');

/* clustergrammer v1.16.2
/* clustergrammer v1.17.0
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down
Loading

0 comments on commit f43f540

Please sign in to comment.