do shuffle

This commit is contained in:
Colin Megill
2017-11-16 21:25:48 -08:00
parent eaf24d1498
commit 670b2b22c3
+1 -1
View File
@@ -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 */