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 (