mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 07:58:11 +08:00
import scatterplot in app
This commit is contained in:
@@ -8,6 +8,7 @@ import PulseLoader from "halogen/PulseLoader";
|
||||
|
||||
import Categorical from "./categorical/categorical";
|
||||
import Continuous from "./continuous/continuous";
|
||||
import DynamicScatterplot from "./scatterplot/scatterplot";
|
||||
import Expression from "./expression/expression";
|
||||
import Joy from "./joy/joy";
|
||||
import Graph from "./graph/graph";
|
||||
@@ -84,6 +85,7 @@ class App extends React.Component {
|
||||
>
|
||||
Regraph
|
||||
</button>
|
||||
<DynamicScatterplot/>
|
||||
<Continuous/>
|
||||
</div>
|
||||
<Expression/>
|
||||
|
||||
Reference in New Issue
Block a user