mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 11:08:11 +08:00
toggle and scale dotplot
This commit is contained in:
@@ -16,6 +16,12 @@ const Dotplot = (
|
||||
...state,
|
||||
column: action.data,
|
||||
};
|
||||
case "toggle dotplot":
|
||||
return {
|
||||
...state,
|
||||
row: null,
|
||||
column: null,
|
||||
};
|
||||
default:
|
||||
return state;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user