From 95301242246e687cab85e415c256dfd0dafcbc64 Mon Sep 17 00:00:00 2001 From: Willian Mitsuda Date: Wed, 4 Aug 2021 23:36:03 -0300 Subject: [PATCH] Fix gas unit legend --- src/special/london/chart.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/special/london/chart.ts b/src/special/london/chart.ts index f95a052..de37edb 100644 --- a/src/special/london/chart.ts +++ b/src/special/london/chart.ts @@ -94,9 +94,6 @@ export const gasChartOptions: ChartOptions = { display: true, text: "Gas", }, - ticks: { - callback: (v) => `${v} Gwei`, - }, }, yBaseFee: { position: "right",