mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-20 11:28:47 +08:00
remove references to old generators
This commit is contained in:
@@ -13,13 +13,9 @@ import _camera from '../../util/camera.js'
|
||||
import _regl from 'regl'
|
||||
import _drawPoints from './drawPointsRegl'
|
||||
|
||||
// import data generators
|
||||
import {
|
||||
generateSizes,
|
||||
generateColors,
|
||||
generatePoints,
|
||||
scaleRGB,
|
||||
} from "./util";
|
||||
scaleRGB
|
||||
} from "../../util/scaleRGB";
|
||||
|
||||
/* https://bl.ocks.org/mbostock/9078690 - quadtree for onClick / hover selections */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user