mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 09:18:11 +08:00
colorby type
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user