mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-14 06:57:35 +08:00
add skewness and kurtosis to value metric in insights explorer
This commit is contained in:
@@ -2,6 +2,7 @@ import type { HiddenAmount } from '@/core/numeral.ts';
|
||||
|
||||
export const DEFAULT_DECIMAL_NUMBER_COUNT: number = 2;
|
||||
export const MAX_SUPPORTED_DECIMAL_NUMBER_COUNT: number = 2;
|
||||
export const AMOUNT_FACTOR: number = 10 ** MAX_SUPPORTED_DECIMAL_NUMBER_COUNT;
|
||||
|
||||
export const DISPLAY_HIDDEN_AMOUNT: HiddenAmount = '***';
|
||||
export const INCOMPLETE_AMOUNT_SUFFIX: string = '+';
|
||||
|
||||
Reference in New Issue
Block a user