From 6a0241314d541ff1abf0d777200f1f7c5c5184e2 Mon Sep 17 00:00:00 2001 From: Colin Megill Date: Wed, 18 Apr 2018 00:31:46 -0700 Subject: [PATCH] ratio and proportions on graph --- src/components/graph/graph.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/graph/graph.js b/src/components/graph/graph.js index 58d4d25e..997f66e8 100644 --- a/src/components/graph/graph.js +++ b/src/components/graph/graph.js @@ -223,7 +223,7 @@ class Graph extends React.Component {
- { this.reglCanvas = canvas}}/> + { this.reglCanvas = canvas}}/>
)