fd
This commit is contained in:
parent
078f1ebb39
commit
39b5172c49
1 changed files with 2 additions and 2 deletions
|
@ -1181,12 +1181,12 @@ def chart(v):
|
||||||
} for i in range(len(day_cutoffs) - 1)
|
} for i in range(len(day_cutoffs) - 1)
|
||||||
]
|
]
|
||||||
|
|
||||||
x = create_plot(sign_ups={'daily_signups': daily_signups},
|
create_plot(sign_ups={'daily_signups': daily_signups},
|
||||||
posts={'post_stats': post_stats},
|
posts={'post_stats': post_stats},
|
||||||
comments={'comment_stats': comment_stats},
|
comments={'comment_stats': comment_stats},
|
||||||
)
|
)
|
||||||
|
|
||||||
return send_file("image.png")
|
return send_file("../image.png")
|
||||||
|
|
||||||
|
|
||||||
def create_plot(**kwargs):
|
def create_plot(**kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue