fix: 调整visits=0时显示<0.01的问题

This commit is contained in:
chenjinsong
2021-08-26 19:56:04 +08:00
parent 922574745e
commit d1da718e2a
4 changed files with 11 additions and 8 deletions

View File

@@ -77,7 +77,8 @@ export const unitTypes = {
time: 'time',
number: 'number',
byte: 'byte',
string: 'string'
string: 'string',
percent: 'percent'
}
export const chartTableDefaultPageSize = 10 // table类型图表默认每页数据量