From 00e770ecc00f96ba08c412fb1c746d9053fdc8c5 Mon Sep 17 00:00:00 2001 From: Jin-Hee Park <53548023+jhee564@users.noreply.github.com> Date: Tue, 24 May 2022 16:38:58 +0900 Subject: [PATCH] =?UTF-8?q?[#1181]=20Chart=20=ED=88=B4=ED=8C=81=20?= =?UTF-8?q?=EB=84=88=EB=B9=84=20=EA=B3=84=EC=82=B0=20=EB=B2=84=EA=B7=B8=5F?= =?UTF-8?q?Import=20Error=20fix=20(#1183)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: jinhee park --- src/components/chart/plugins/plugins.tooltip.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/chart/plugins/plugins.tooltip.js b/src/components/chart/plugins/plugins.tooltip.js index eb85543a0..d2020c2ab 100644 --- a/src/components/chart/plugins/plugins.tooltip.js +++ b/src/components/chart/plugins/plugins.tooltip.js @@ -1,10 +1,8 @@ -import { numberWithComma, convertToPercent } from '@/common/utils'; +import { convertToPercent } from '@/common/utils'; import debounce from '@/common/utils.debounce'; -import dayjs from 'dayjs'; import Canvas from '../helpers/helpers.canvas'; import Util from '../helpers/helpers.util'; - const TITLE_HEIGHT = 30; const TEXT_HEIGHT = 14; const LINE_SPACING = 8;