Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: changed table and donut border
  • Loading branch information
jkga committed Apr 10, 2020
commit 516db555190d7b5bf67848a7bd70e209059855f6
4 changes: 2 additions & 2 deletions lib/cli/gfx/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</item>

<item col="2" row="0" colSpan="7" rowSpan="2">
<table fg="white" width="30%" height="30%" border-type="line" border-fg="gray" columnSpacing="5" columnWidth="1,15,15,15,15,15" data-headers=",Cases,Deaths,Recovered, Active,Cases/Million" interactive="false" label="Historical chart as of 4/1/2020, 9:15:56 AM Date: [4/1/2020]">
<table fg="white" width="30%" height="30%" border-type="line" border-fg="rgb(200,200,200)" columnSpacing="5" columnWidth="1,15,15,15,15,15" data-headers=",Cases,Deaths,Recovered, Active,Cases/Million" interactive="false" label="Historical chart as of 4/1/2020, 9:15:56 AM Date: [4/1/2020]">
<data-data>
,1,02:17,21,123,3453
,Today Cases,Today Deaths,Critical,Mortality %,Recovery %
Expand All @@ -30,7 +30,7 @@
</item>

<item col="7" row="2" colSpan="2" rowSpan="3">
<donut radius="8" archWidth='2' yPadding='4' border-type="line" border-fg="gray" label="Mortality Rate" xOffset='1' spacing='0'>
<donut radius="8" archWidth='2' yPadding='4' border-type="line" border-fg="red" label="Mortality Rate" xOffset='1' spacing='0'>
<data>
<m color="red" percent="40" label="mort" />
<m color="yellow" percent="40" label="recov" />
Expand Down