This commit is contained in:
Colin Megill
2018-01-08 15:25:42 -08:00
parent 7cea939926
commit 1b5fc2c8f6
3 changed files with 40 additions and 30 deletions
+2 -1
View File
@@ -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>
+5 -2
View File
@@ -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",
}}>
{