mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-27 14:58:11 +08:00
select and deselect
This commit is contained in:
@@ -22,8 +22,6 @@ const drawParallelCoordinates = (data, ranges) => {
|
||||
|
||||
const dimensions = createDimensions(ranges);
|
||||
|
||||
console.log('ranges', data)
|
||||
|
||||
const d3_functor = (v) => {
|
||||
return typeof v === "function" ? v : function() { return v; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user