halve bucket count

This commit is contained in:
mantikoros 2022-05-18 13:51:11 -04:00
parent 8c11a1e4d3
commit 8cecc74ada

View File

@ -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'