We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08f04e7 commit 24c6d13Copy full SHA for 24c6d13
api/anubis/views/public/visuals.py
@@ -47,7 +47,7 @@ def public_visuals_usage(course_id: str):
47
def public_visuals_usage_active():
48
# Get the png blob of the usage graph.
49
# The get_usage_plot is itself a cached function.
50
- blob = get_usage_plot_active(days=14, step=7)
+ blob = get_usage_plot_active(days=14, step=1)
51
52
return make_png_response(blob)
53
0 commit comments