We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28d2f15 commit b5fc2a4Copy full SHA for b5fc2a4
script/user_count.py
@@ -76,7 +76,7 @@ def render():
76
smooth_count(last_firefox, firefox_step, last_firefox, firefox_data)
77
78
data_size = len(chrome_data)
79
- reduction = math.floor(data_size/100)
+ reduction = math.floor(data_size/150)
80
chrome_data = zoom(chrome_data, reduction)
81
edge_data = zoom(edge_data, reduction)
82
firefox_data = zoom(firefox_data, reduction)
0 commit comments