From 8cecc74ada7c2a91d97b7a444795f7d216477fb4 Mon Sep 17 00:00:00 2001 From: mantikoros Date: Wed, 18 May 2022 13:51:11 -0400 Subject: [PATCH] halve bucket count --- common/numeric-constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/numeric-constants.ts b/common/numeric-constants.ts index 8cf8ff11..d9677585 100644 --- a/common/numeric-constants.ts +++ b/common/numeric-constants.ts @@ -1,4 +1,4 @@ -export const NUMERIC_BUCKET_COUNT = 500 +export const NUMERIC_BUCKET_COUNT = 250 export const NUMERIC_FIXED_VAR = 0.005 export const NUMERIC_GRAPH_COLOR = '#5fa5f9'