diff --git a/website/web/static/stats_graph.js b/website/web/static/stats_graph.js index c43e2ba5..3580caff 100644 --- a/website/web/static/stats_graph.js +++ b/website/web/static/stats_graph.js @@ -16,7 +16,7 @@ d3.json('/json/stats').then(json => { }); var x_scale = d3.scaleLinear() - .domain([0, 12]) + .domain([1, 12]) .range([0, width]); var y_scale = d3.scaleLinear() .domain([ 0,