Skip to content

Commit

Permalink
fix: try smaller image size
Browse files Browse the repository at this point in the history
  • Loading branch information
nreinartz committed Nov 22, 2023
1 parent e26ce6c commit 2616cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trend/chart/chart_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ def generate_trend_chart(entry: QueryEntry):
fig.update_layout(showlegend=False, template="plotly_white",
margin=dict(l=10, r=10, b=10, t=10))

return fig.to_image(format="png", width=1200, height=500, scale=1)
return fig.to_image(format="png", width=600, height=250, scale=1)

0 comments on commit 2616cc9

Please sign in to comment.