Skip to content

Commit 24c6d13

Browse files
committed
FIX step size in active plot
1 parent 08f04e7 commit 24c6d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/anubis/views/public/visuals.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def public_visuals_usage(course_id: str):
4747
def public_visuals_usage_active():
4848
# Get the png blob of the usage graph.
4949
# The get_usage_plot is itself a cached function.
50-
blob = get_usage_plot_active(days=14, step=7)
50+
blob = get_usage_plot_active(days=14, step=1)
5151

5252
return make_png_response(blob)
5353

0 commit comments

Comments
 (0)