mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-02 22:00:34 +01:00
fix: no decimal places for category analytics
This commit is contained in:
@@ -101,6 +101,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
precision: 0,
|
||||
},
|
||||
}],
|
||||
},
|
||||
@@ -120,6 +121,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
precision: 0,
|
||||
},
|
||||
}],
|
||||
},
|
||||
@@ -139,6 +141,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
precision: 0,
|
||||
},
|
||||
}],
|
||||
},
|
||||
@@ -158,6 +161,7 @@ define('admin/manage/category-analytics', ['Chart'], function (Chart) {
|
||||
yAxes: [{
|
||||
ticks: {
|
||||
beginAtZero: true,
|
||||
precision: 0,
|
||||
},
|
||||
}],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user