Skip to content

Commit

Permalink
feat: changes title of burndown chart
Browse files Browse the repository at this point in the history
  • Loading branch information
drew138 committed Aug 19, 2024
1 parent 590e062 commit ffd37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task/work/draw_burndown_chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def run(self) -> None:
[total_points, 0],
[sprint["start_date"], sprint["end_date"]],
)
self.burndown.update_fig_layout(sprint["name"])
self.burndown.update_fig_layout(f'{sprint["name"]} Burndown Chart')

self.get_fig().show()

Expand Down

0 comments on commit ffd37ee

Please sign in to comment.