mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-25 06:48:11 +08:00
color by geneset stub
This commit is contained in:
@@ -5,6 +5,7 @@ import Categorical from "../categorical";
|
||||
import * as globals from "../../globals";
|
||||
import DynamicScatterplot from "../scatterplot/scatterplot";
|
||||
import TopLeftLogoAndTitle from "./topLeftLogoAndTitle";
|
||||
import Continuous from "../continuous/continuous";
|
||||
|
||||
@connect((state) => ({
|
||||
scatterplotXXaccessor: state.controls.scatterplotXXaccessor,
|
||||
@@ -32,6 +33,7 @@ class LeftSideBar extends React.Component {
|
||||
}}
|
||||
>
|
||||
<Categorical />
|
||||
<Continuous />
|
||||
</div>
|
||||
{scatterplotXXaccessor && scatterplotYYaccessor ? (
|
||||
<DynamicScatterplot />
|
||||
|
||||
Reference in New Issue
Block a user