diff options
Diffstat (limited to 'app/views/reports/_details.html.erb')
-rw-r--r-- | app/views/reports/_details.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/reports/_details.html.erb b/app/views/reports/_details.html.erb index 3361117fc..0b42bb0a7 100644 --- a/app/views/reports/_details.html.erb +++ b/app/views/reports/_details.html.erb @@ -58,7 +58,7 @@ }, scales: { yAxis: {stacked: true}, - xAxis: {stacked: true} + xAxis: {stacked: true, ticks: {precision: 0}} } } }); |