changing the value of string
This commit is contained in:
parent
99421b613c
commit
8c839e214d
@ -294,7 +294,7 @@ module.exports = class Aggregation extends BaseDataview {
|
||||
categoriesCount: categories_count,
|
||||
categories: result.rows.map(({ category, value, agg }) => {
|
||||
return {
|
||||
category: agg ? 'Others' : category,
|
||||
category: agg ? 'Other' : category,
|
||||
value,
|
||||
agg
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user