Skip to content

Commit

Permalink
🐛 FIX: Chart Controller 등록
Browse files Browse the repository at this point in the history
  • Loading branch information
mihyunLee committed Sep 13, 2023
1 parent cf5ff87 commit 5673838
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import {
Tooltip,
Title,
Filler,
LineController,
BarController,
} from 'chart.js';
import { Chart as ReactChartJS, getElementAtEvent } from 'react-chartjs-2';
import { TChartDataList } from '../types';
Expand All @@ -27,6 +29,8 @@ ChartJS.register(
Tooltip,
Title,
Filler,
LineController,
BarController,
);

interface IProps {
Expand Down

0 comments on commit 5673838

Please sign in to comment.