Skip to content

Commit

Permalink
small title fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cdolfi authored and JamesKunstle committed Apr 4, 2024
1 parent cd12402 commit 8011562
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .wordlist-md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,7 @@ Docker's
data-center
OAuth
postgres
Podman
filesystem
credsStore
credStore
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 8011562

Please sign in to comment.