Use triple dashes for the empty value in cycle analytics.
This commit is contained in:
parent
75272518be
commit
6ce15eeedc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
});
|
||||
|
||||
data.stats.forEach((item) => {
|
||||
item.value = item.value || '-';
|
||||
item.value = item.value || '- - -';
|
||||
})
|
||||
|
||||
return data;
|
||||
|
|
Loading…
Reference in a new issue