From ecbd622d1a9b2eaade35a8479a5a215f0eaeb5e1 Mon Sep 17 00:00:00 2001 From: Ahmad Awais Date: Thu, 30 Apr 2020 16:44:15 +0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20DOC:=20Bar=20chart=20for=20the?= =?UTF-8?q?=20US=20States?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index f8a64c4..9dbb4f8 100644 --- a/readme.md +++ b/readme.md @@ -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