Skip to content

Commit

Permalink
Resize bar chart to fit new profile sizings
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed Jul 1, 2019
1 parent 0081d4e commit ea916ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function updateGist(stats) {
const line = [
name.padEnd(11),
time.padEnd(14),
generateBarChart(percent, 24),
generateBarChart(percent, 21),
String(percent.toFixed(1)).padStart(5) + "%"
];

Expand Down

0 comments on commit ea916ec

Please sign in to comment.