colorby type

This commit is contained in:
Colin Megill
2021-07-23 13:29:27 -07:00
parent 7ab8a8894d
commit b7ffb2748d
+2 -1
View File
@@ -4,7 +4,7 @@ Color By UI state
const ColorsReducer = (
state = {
colorMode: null /* by continuous, by expression */,
colorMode: "color by dotplot columns" /* by continuous, by expression */,
colorAccessor: null /* tissue, Apod */,
},
action
@@ -51,6 +51,7 @@ const ColorsReducer = (
};
}
case "color by dotplot columns":
case "color by categorical metadata":
case "color by continuous metadata": {
/* toggle between this mode and reset */