mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-26 03:38:12 +08:00
do shuffle
This commit is contained in:
@@ -95,7 +95,7 @@ export const drawGraph = (
|
||||
}
|
||||
|
||||
/* shuffle the data to overcome render order hiding cells, & filter first */
|
||||
// data = d3.shuffle(data); /* make me a control */
|
||||
data = d3.shuffle(data); /* make me a control */
|
||||
|
||||
const _metadata = _.keyBy(metadata, "CellName"); /* move me to the reducer */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user