From 23f75a5f7e0952ffafb408197ff11756f1718f67 Mon Sep 17 00:00:00 2001 From: Alex Windett Date: Thu, 3 Nov 2016 15:14:31 +0000 Subject: [PATCH] adding in plot-line graph --- spikes/graphs-fe/plotly/src/components/graph/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spikes/graphs-fe/plotly/src/components/graph/index.js b/spikes/graphs-fe/plotly/src/components/graph/index.js index b7f18f11..4078bb1d 100644 --- a/spikes/graphs-fe/plotly/src/components/graph/index.js +++ b/spikes/graphs-fe/plotly/src/components/graph/index.js @@ -29,7 +29,7 @@ const Graph = React.createClass({ const graphTypes = [ { type: 'scatter', - mode: 'markers' + mode: 'lines+markers' }, { type: 'scatter', @@ -43,6 +43,7 @@ const Graph = React.createClass({ const graphs = graphTypes.map( (graphType, i) => { return (