Skip to content

Commit

Permalink
📖 DOC: Bar chart for the US States
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Apr 30, 2020
1 parent fa6d602 commit ecbd622
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,16 @@ corona -s active -r
corona --bar
corona -b

# Bar charts for US States.
corona states -b

# Print bar charts for top 5 countries w.r.t deaths.
corona --bar --sort deaths --limit 5
corona -b -s deaths -l 5

# Bar charts by active cases in the US States.
corona states -b -s active

# Print bar charts countries w.r.t recovered cases.
corona --bar --sort recovered
corona -b -s recovered
Expand Down

0 comments on commit ecbd622

Please sign in to comment.