Skip to content

Commit

Permalink
v2.6 updating data
Browse files Browse the repository at this point in the history
  • Loading branch information
sparkcity committed Jul 19, 2023
1 parent 4449071 commit f3c5990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ def total_combat_stat_per_session(cntxt):
color="pc",
color_discrete_map=pc_color_map,
markers=True,
hover_data=["combat_blurb"],
title=f"{cntxt} Per Character Per Session",
)
return fig
Expand Down
1 change: 1 addition & 0 deletions src/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def total_combat_stat_per_session(cntxt):
color="pc",
color_discrete_map=pc_color_map,
markers=True,
hover_data=["combat_blurb"],
title=f"{cntxt} Per Character Per Session",
)
return fig
Expand Down

0 comments on commit f3c5990

Please sign in to comment.