fix: no decimal places for category analytics

This commit is contained in:
Julian Lam
2020-02-07 10:22:03 -05:00
parent d6e3f3f058
commit 14655f8745

View File

@@ -101,6 +101,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
yAxes: [{ yAxes: [{
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
precision: 0,
}, },
}], }],
}, },
@@ -120,6 +121,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
yAxes: [{ yAxes: [{
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
precision: 0,
}, },
}], }],
}, },
@@ -139,6 +141,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
yAxes: [{ yAxes: [{
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
precision: 0,
}, },
}], }],
}, },
@@ -158,6 +161,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
yAxes: [{ yAxes: [{
ticks: { ticks: {
beginAtZero: true, beginAtZero: true,
precision: 0,
}, },
}], }],
}, },