Skip to content

Commit b5fc2a4

Browse files
author
sheepzh
committed
100 -> 150 dots
1 parent 28d2f15 commit b5fc2a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/user_count.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def render():
7676
smooth_count(last_firefox, firefox_step, last_firefox, firefox_data)
7777

7878
data_size = len(chrome_data)
79-
reduction = math.floor(data_size/100)
79+
reduction = math.floor(data_size/150)
8080
chrome_data = zoom(chrome_data, reduction)
8181
edge_data = zoom(edge_data, reduction)
8282
firefox_data = zoom(firefox_data, reduction)

0 commit comments

Comments
 (0)