Skip to content

Commit

Permalink
ajusting
Browse files Browse the repository at this point in the history
Signed-off-by: Guilherme Banci <[email protected]>
  • Loading branch information
gdeusdara committed Jul 9, 2021
1 parent bb2377b commit 870fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Chart/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ const chart = ({ data, label, isByYear, computingPower }) => {
fontFamily: "Montserrat, sans-serif"
},
formatter: function () {
let label = (1 - 1 / this.value) * 100;
let label = (1 - (1 / this.value)) * 100;
return `${this.value ? label.toFixed(1) : 0}%`;
}
}
Expand Down

1 comment on commit 870fe1c

@vercel
Copy link

@vercel vercel bot commented on 870fe1c Jul 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@gdeusdara is attempting to deploy a commit to the computerprogress_front Team on Vercel.

To accomplish this, @gdeusdara needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

Please sign in to comment.