mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-01 12:20:07 +01:00
removed hardcoded stepsize of 1 for chart, so it can space the ticks out properly
This commit is contained in:
@@ -76,7 +76,6 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart)
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
stepSize: 1,
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user