diff --git a/static/poopGraph.js b/static/poopGraph.js index ced1d7a..5b3f7c4 100644 --- a/static/poopGraph.js +++ b/static/poopGraph.js @@ -192,13 +192,13 @@ function plot(data) { data: { datasets: [ { - type: 'scatterWithErrorBars', + type: 'lineWithErrorBars', label: 'Measured value', data: northData, backgroundColor: 'rgba(0,0,255,0.5)', color: 'rgba(0,0,255,0.5)', borderColor: 'rgba(0,0,255,0.5)', - spanGaps: true, + showLine: false, }, /* { type: 'line', @@ -248,13 +248,13 @@ function plot(data) { data: { datasets: [ { - type: 'scatterWithErrorBars', + type: 'lineWithErrorBars', label: 'Measured value', data: southData, backgroundColor: 'rgba(255,0,0,0.5)', color: 'rgba(255,0,0,0.5)', borderColor: 'rgba(255,0,0,0.5)', - spanGaps: true, + showLine: false, }, { type: 'line',