mirror of
https://github.com/chanzuckerberg/cellxgene.git
synced 2026-09-23 08:48:11 +08:00
regraph
This commit is contained in:
@@ -70,6 +70,7 @@ class App extends React.Component {
|
||||
<div>
|
||||
<Graph/>
|
||||
<button
|
||||
onClick={() => { this.props.dispatch(actions.regraph()) }}
|
||||
style={{
|
||||
fontSize: 14,
|
||||
fontWeight: 400,
|
||||
@@ -82,7 +83,7 @@ class App extends React.Component {
|
||||
}}
|
||||
|
||||
>
|
||||
Reproject
|
||||
Regraph
|
||||
</button>
|
||||
<Continuous/>
|
||||
</div>
|
||||
|
||||
@@ -116,9 +116,12 @@ class Categories extends React.Component {
|
||||
|
||||
return (
|
||||
<div style={{
|
||||
width: 320,
|
||||
width: 310,
|
||||
marginRight: 40,
|
||||
flexShrink: 0
|
||||
paddingRight: 20,
|
||||
flexShrink: 0,
|
||||
height: 700,
|
||||
overflow: "auto",
|
||||
}}>
|
||||
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user