Skip to content

Commit

Permalink
add labels to media
Browse files Browse the repository at this point in the history
  • Loading branch information
linozen committed Aug 24, 2021
1 parent 83384a6 commit b624330
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions explorer/media.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def render_pie_chart(
color_discrete_sequence=px.colors.qualitative.Prism,
color_discrete_map=None,
hover_name=None,
labels=None,
):
return generate_pie_chart(
df,
Expand All @@ -42,6 +43,7 @@ def render_pie_chart(
color,
color_discrete_sequence,
color_discrete_map,
labels,
)


Expand Down

0 comments on commit b624330

Please sign in to comment.