Skip to content

Commit

Permalink
small title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi committed Mar 27, 2024
1 parent cd12402 commit e999f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 8Knot/pages/contributions/visualizations/pr_over_time.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ def create_figure(
hovertemplate=hover + "<br>Created: %{y}<br>" + "<extra></extra>",
offsetgroup=0,
marker=dict(color=color_seq[2]),
name="created_at",
name="Opened",
)
fig.add_bar(
x=df_closed_merged["Date"],
Expand Down

0 comments on commit e999f3f

Please sign in to comment.