From e3248fe34a2c2c6aca2d976d34e0fc18896a3305 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Wed, 28 Feb 2018 09:50:12 -0800 Subject: [PATCH] graph inputs away from edges, card --- src/components/graph/graph.js | 50 ++++++++++++++++++++++++++--------- 1 file changed, 37 insertions(+), 13 deletions(-) diff --git a/src/components/graph/graph.js b/src/components/graph/graph.js index 37e61e46..f672a6f5 100644 --- a/src/components/graph/graph.js +++ b/src/components/graph/graph.js @@ -4,6 +4,7 @@ import styles from "./graph.css"; import {setupGraphElements, drawGraph} from "./drawGraph"; import SectionHeader from "../framework/sectionHeader"; import { connect } from "react-redux"; +import actions from "../../actions"; @connect((state) => { @@ -112,17 +113,42 @@ class Graph extends React.Component { render() { return ( -
- - background opacity - - +
+
+ + + background opacity + + +
) @@ -130,5 +156,3 @@ class Graph extends React.Component { }; export default Graph; - -//