From 04b66787ea6d04d2ec06253456d25357b8c2a135 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 7 Mar 2017 20:53:54 -0500 Subject: [PATCH] removed hardcoded stepsize of 1 for chart, so it can space the ticks out properly --- public/src/client/flags/list.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/src/client/flags/list.js b/public/src/client/flags/list.js index 4c516eac38..0806195ac4 100644 --- a/public/src/client/flags/list.js +++ b/public/src/client/flags/list.js @@ -76,7 +76,6 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart) yAxes: [{ ticks: { beginAtZero: true, - stepSize: 1, }, }], },