Skip to content

Commit

Permalink
Merge pull request #3 from ashleyjoh-db/feature1
Browse files Browse the repository at this point in the history
testing feature branch
  • Loading branch information
ashleyjoh-db authored Oct 6, 2023
2 parents 42626bb + a904567 commit 582c4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fe_medium_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@

# Create bar chart using Top 20 articles data
fig = px.bar(top_articles, x='author', y='claps',
labels={'author':'Article Author', 'claps':'Num of Claps'},
labels={'author':'Article Author', 'claps':'Number of Claps'},
hover_data={'author': True, 'link': True, 'summary': True},
height=400)

Expand Down

0 comments on commit 582c4ff

Please sign in to comment.