Skip to content

Commit

Permalink
[#1181] Chart 툴팁 너비 계산 버그_Import Error fix (#1183)
Browse files Browse the repository at this point in the history
Co-authored-by: jinhee park <jinhee@ex-em.com>
  • Loading branch information
jhee564 and jhee564 authored May 24, 2022
1 parent 8f600ae commit 00e770e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/components/chart/plugins/plugins.tooltip.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down

0 comments on commit 00e770e

Please sign in to comment.