Skip to content

Commit

Permalink
v1.19.5, fixed rendering of unclustered heatmap
Browse files Browse the repository at this point in the history
  • Loading branch information
cornhundred committed Mar 14, 2018
1 parent bf9eeb2 commit 15db408
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 45 deletions.
2 changes: 1 addition & 1 deletion clustergrammer.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var Clustergrammer =
__webpack_require__(264);
__webpack_require__(268);

/* clustergrammer v1.19.4
/* clustergrammer v1.19.5
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down
2 changes: 1 addition & 1 deletion clustergrammer.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports =
__webpack_require__(265);
__webpack_require__(269);

/* clustergrammer v1.19.4
/* clustergrammer v1.19.5
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down
83 changes: 42 additions & 41 deletions package-lock.json

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

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.19.4",
"version": "v1.19.5",
"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.19.4
/* clustergrammer v1.19.5
* Nicolas Fernandez, Ma'ayan Lab, Icahn School of Medicine at Mount Sinai
* (c) 2017
*/
Expand Down

0 comments on commit 15db408

Please sign in to comment.