Skip to content

Commit 2eaaa58

Browse files
committed
Remove percent ticks for /activity command
1 parent 40f03c2 commit 2eaaa58

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/commands/activity/activity.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -272,10 +272,6 @@ async function plotTrend(
272272
beginAtZero: true,
273273
min: 0,
274274
ticks: {
275-
callback: function (value) {
276-
const intValue = parseFloat(value.toString());
277-
return (100 * intValue).toFixed(2) + "%";
278-
},
279275
color: "white",
280276
autoSkip: true,
281277
},

0 commit comments

Comments
 (0)