This commit is contained in:
Colin Megill
2018-04-04 15:39:06 -07:00
parent 95aef70762
commit 7aeb03c820
2 changed files with 6 additions and 3 deletions
+4 -1
View File
@@ -21,8 +21,11 @@ import {
scaleRGB,
} from "./util";
/* https://bl.ocks.org/mbostock/9078690 - quadtree for onClick / hover selections */
// set constants
const count = 1993
const count = 39746
@connect((state) => {
+2 -2
View File
@@ -38,11 +38,11 @@ export const bolder = 700;
export let API = {
// prefix: "http://api.clustering.czi.technology/api/",
// prefix: "http://tabulamuris.cxg.czi.technology/api/",
prefix: "http://tabulamuris.cxg.czi.technology/api/",
// prefix: "http://pbmc3k.cxg.czi.technology/api/",
// prefix: "http://pbmc33k.cxg.czi.technology/api/",
prefix: "http://api-staging.clustering.czi.technology/api/",
// prefix: "http://api-staging.clustering.czi.technology/api/",
version: "v0.1/",
}