clustergrammer icon indicating copy to clipboard operation
clustergrammer copied to clipboard

An interactive heatmap visualization built using D3.js

Results 31 clustergrammer issues
Sort by recently updated
recently updated
newest added

why inst_nodes is undefined ? ![image](https://user-images.githubusercontent.com/82007934/175624247-a3586c30-412b-4e30-94f2-da8dd8dd45b2.png)

Hi Nick, When i upload this text file, i get below error **vendor.bundle.js:297317 ERROR TypeError: inst_cat.indexOf is not a function at vendor.bundle.js:54354 at Function.forEach (vendor.bundle.js:128158) at vendor.bundle.js:54351 at Function.forEach (vendor.bundle.js:128158)...

Bumps [mathjs](https://github.com/josdejong/mathjs) from 3.17.0 to 7.5.1. Changelog Sourced from mathjs's changelog. 2020-10-10, version 7.5.1 Fix object pollution vulnerability in math.config. Thanks Snyk. 2020-10-07, version 7.5.0 Function pickRandom now allows randomly...

dependencies

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

I am trying to use clustergrammer inside an electron app but I am getting `Uncaught TypeError: Cannot read property 'getComputedStyle' of null` (See screenshot below) ![clustergrammer_error2](https://user-images.githubusercontent.com/29901809/114286887-f4d4ee80-9a62-11eb-9d0a-939979f2f910.png) I've followed the instructions...

Good afternoon. I am implementing Clustergrammer to work with genomics data in the NIH-funded Microphysiology Systems Database; this is a fantastic and feature-rich library, but our large datasets are resulting...

Dear Clustergrammer Developers, Thank you for making this tool, I am very excited to try it out on my own data! I have been working towards testing clustergrammer today on...

Changed `.click()` and `.keyup()` to `.on()` and changed the version of jQuery in the package.json to 3.5.1 . I have tested this on my own site and by deploying clustergrammer-web...

I have recently been integrating clustergrammer with a web app for exploring RNAseq data. I noticed that it still depends on jQuery 1.11.0 . I Used the jQuery migrate plugin...

I wish to have a heatmap with a 0 value corresponding to red and a 1 value corresponding to white in the Clustergrammer JS Module. However this seems unachievable by...