Use triple dashes for the empty value in cycle analytics.

This commit is contained in:
Fatih Acet 2016-09-20 23:25:50 +03:00
parent 75272518be
commit 6ce15eeedc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
});
data.stats.forEach((item) => {
item.value = item.value || '-';
item.value = item.value || '- - -';
})
return data;