From b7ffb2748d01a9786894688fba0cf844c90ab8dc Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Wed, 7 Jul 2021 23:32:38 -0700 Subject: [PATCH] colorby type --- client/src/reducers/colors.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/client/src/reducers/colors.js b/client/src/reducers/colors.js index a9afdecc..9d9fce92 100644 --- a/client/src/reducers/colors.js +++ b/client/src/reducers/colors.js @@ -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 */